#5F5774

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

Shades of Smoky #5F5774

Tints of Smoky #5F5774

Color information

#5F5774 (or 0x5F5774) is unknown color: approx Smoky. HEX triplet: 5F, 57 and 74. RGB value is (95,87,116). Sum of RGB (Red+Green+Blue) = 95+87+116=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 116 - color contains mainly: blue. Hex color #5F5774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5774 is #A0A88B. Grayscale: #5C5C5C. Windows color (decimal): -10528908 or 7624543. OLE color: 7624543.

HSL color Cylindrical-coordinate representation of color #5F5774: hue angle of 256.55º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F5774 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9587116-
CMYK0.180.2500.55
HSL256.55º14.29%39.8%-
HSV(B)256.55º25%45.49%-
XYZ11.2810.5117.96-
YUV92.7141.15129.64-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 116 (45.70% from 255) = 38.93%
R=31.88%
G=29.19%
B=38.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95871160.180.2500.55256.5514.2939.8
Hex5F57741219037101e28
Octal13712716422310674011650
Binary101111110101111110100100101100101101111000000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,87,116); }

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

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

 a { background-color: rgb(95,87,116); }

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

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

 span { border-color: rgb(95,87,116); }

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