#5F5677

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

Shades of Smoky #5F5677

Tints of Smoky #5F5677

Color information

#5F5677 (or 0x5F5677) is unknown color: approx Smoky. HEX triplet: 5F, 56 and 77. RGB value is (95,86,119). Sum of RGB (Red+Green+Blue) = 95+86+119=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F5677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5677 is #A0A988. Grayscale: #5C5C5C. Windows color (decimal): -10529161 or 7820895. OLE color: 7820895.

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

Color convert

RGB9586119-
CMYK0.200.2800.53
HSL256.36º16.1%40.2%-
HSV(B)256.36º27.73%46.67%-
XYZ11.3810.4218.86-
YUV92.45142.98129.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.67%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=31.67%
G=28.67%
B=39.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95861190.200.2800.53256.3616.140.2
Hex5F5677141C0351001028
Octal13712616724340654002050
Binary1011111101011011101111010011100011010110000000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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