#5242CF

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

Shades of Slate Blue #5242CF

Tints of Slate Blue #5242CF

Color information

#5242CF (or 0x5242CF) is unknown color: approx Slate Blue. HEX triplet: 52, 42 and CF. RGB value is (82,66,207). Sum of RGB (Red+Green+Blue) = 82+66+207=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 207 (81.25% from 255 or 58.31% from 355); Max value from RGB is 207 - color contains mainly: blue. Hex color #5242CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5242CF is #ADBD30. Grayscale: #565656. Windows color (decimal): -11386161 or 13582930. OLE color: 13582930.

HSL color Cylindrical-coordinate representation of color #5242CF: hue angle of 246.81º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5242CF is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8266207-
CMYK0.600.6800.19
HSL246.81º59.49%53.53%-
HSV(B)246.81º68.12%81.18%-
XYZ16.6910.260.12-
YUV86.86195.8124.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 207 (81.25% from 255) = 58.31%
R=23.10%
G=18.59%
B=58.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82662070.600.6800.19246.8159.4953.53
Hex5242CF3C44013f73b36
Octal122102317741040233677366
Binary1010010100001011001111111100100010001001111110111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5242CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5242CF; }

 p { color: rgb(82,66,207); }

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

<style>
 a { background-color: #5242CF; }

 a { background-color: rgb(82,66,207); }

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

<style>
 span { border-color: #5242CF; }

 span { border-color: rgb(82,66,207); }

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