#5F52C9

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

Shades of Slate Blue #5F52C9

Tints of Slate Blue #5F52C9

Color information

#5F52C9 (or 0x5F52C9) is unknown color: approx Slate Blue. HEX triplet: 5F, 52 and C9. RGB value is (95,82,201). Sum of RGB (Red+Green+Blue) = 95+82+201=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #5F52C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F52C9 is #A0AD36. Grayscale: #626262. Windows color (decimal): -10530103 or 13193823. OLE color: 13193823.

HSL color Cylindrical-coordinate representation of color #5F52C9: hue angle of 246.55º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F52C9 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9582201-
CMYK0.530.5900.21
HSL246.55º52.42%55.49%-
HSV(B)246.55º59.2%78.82%-
XYZ18.2812.6856.74-
YUV99.45185.31124.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.13%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 201 (78.91% from 255) = 53.17%
R=25.13%
G=21.69%
B=53.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95822010.530.5900.21246.5552.4255.49
Hex5F52C9353B015f73437
Octal13712231165730253676467
Binary101111110100101100100111010111101101010111110111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F52C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F52C9; }

 p { color: rgb(95,82,201); }

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

<style>
 a { background-color: #5F52C9; }

 a { background-color: rgb(95,82,201); }

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

<style>
 span { border-color: #5F52C9; }

 span { border-color: rgb(95,82,201); }

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