#5F5776

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

Shades of Smoky #5F5776

Tints of Smoky #5F5776

Color information

#5F5776 (or 0x5F5776) is unknown color: approx Smoky. HEX triplet: 5F, 57 and 76. RGB value is (95,87,118). Sum of RGB (Red+Green+Blue) = 95+87+118=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F5776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5776 is #A0A889. Grayscale: #5C5C5C. Windows color (decimal): -10528906 or 7755615. OLE color: 7755615.

HSL color Cylindrical-coordinate representation of color #5F5776: hue angle of 255.48º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F5776 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9587118-
CMYK0.190.2600.54
HSL255.48º15.12%40.2%-
HSV(B)255.48º26.27%46.27%-
XYZ11.410.5618.58-
YUV92.93142.15129.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.67%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=31.67%
G=29%
B=39.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal95871180.190.2600.54255.4815.1240.2
Hex5F5776131A036fff28
Octal13712716623320663771750
Binary10111111010111111011010011110100110110111111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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