#5142D4

Color #5142D4 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5142D4

Tints of Slate Blue #5142D4

Color information

#5142D4 (or 0x5142D4) is unknown color: approx Slate Blue. HEX triplet: 51, 42 and D4. RGB value is (81,66,212). Sum of RGB (Red+Green+Blue) = 81+66+212=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 212 (83.20% from 255 or 59.05% from 359); Max value from RGB is 212 - color contains mainly: blue. Hex color #5142D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5142D4 is #AEBD2B. Grayscale: #565656. Windows color (decimal): -11451692 or 13910609. OLE color: 13910609.

HSL color Cylindrical-coordinate representation of color #5142D4: hue angle of 246.16º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5142D4 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8166212-
CMYK0.620.6900.17
HSL246.16º62.93%54.51%-
HSV(B)246.16º68.87%83.14%-
XYZ17.2310.463.39-
YUV87.13198.47123.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 66 (26.17% from 255) = 18.38%
BLUE value IS 212 (83.20% from 255) = 59.05%
R=22.56%
G=18.38%
B=59.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal81662120.620.6900.17246.1662.9354.51
Hex5142D43E45011f63f37
Octal121102324761050213667767
Binary1010001100001011010100111110100010101000111110110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5142D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5142D4; }

 p { color: rgb(81,66,212); }

 H1.HeaderClassName
 {
   color: #5142D4;
 }
 .AnyTagClassName
 {
   color: #5142D4;
 }
</style>
background-color css

<style>
 a { background-color: #5142D4; }

 a { background-color: rgb(81,66,212); }

 div.DivClassName
 {
   background-color: #5142D4;
 }
 .BgClassName
 {
   background-color: #5142D4;
 }
</style>
border-color css

<style>
 span { border-color: #5142D4; }

 span { border-color: rgb(81,66,212); }

 td.TdClassName
 {
   border-color: #5142D4;
 }
 .TagClassName
 {
   border-color: #5142D4;
 }
</style>