#5F5777

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

Shades of Smoky #5F5777

Tints of Smoky #5F5777

Color information

#5F5777 (or 0x5F5777) is unknown color: approx Smoky. HEX triplet: 5F, 57 and 77. RGB value is (95,87,119). Sum of RGB (Red+Green+Blue) = 95+87+119=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F5777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5777 is #A0A888. Grayscale: #5C5C5C. Windows color (decimal): -10528905 or 7821151. OLE color: 7821151.

HSL color Cylindrical-coordinate representation of color #5F5777: hue angle of 255º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F5777 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9587119-
CMYK0.200.2700.53
HSL255º15.53%40.39%-
HSV(B)255º26.89%46.67%-
XYZ11.4610.5818.89-
YUV93.04142.65129.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.56%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=31.56%
G=28.90%
B=39.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95871190.200.2700.5325515.5340.39
Hex5F5777141B035ff1028
Octal13712716724330653772050
Binary101111110101111110111101001101101101011111111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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