#5F5773

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

Shades of Smoky #5F5773

Tints of Smoky #5F5773

Color information

#5F5773 (or 0x5F5773) is unknown color: approx Smoky. HEX triplet: 5F, 57 and 73. RGB value is (95,87,115). Sum of RGB (Red+Green+Blue) = 95+87+115=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F5773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5773 is #A0A88C. Grayscale: #5C5C5C. Windows color (decimal): -10528909 or 7559007. OLE color: 7559007.

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

Color convert

RGB9587115-
CMYK0.170.2400.55
HSL257.14º13.86%39.61%-
HSV(B)257.14º24.35%45.1%-
XYZ11.2210.4917.65-
YUV92.58140.65129.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.99%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=31.99%
G=29.29%
B=38.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95871150.170.2400.55257.1413.8639.61
Hex5F57731118037101e28
Octal13712716321300674011650
Binary101111110101111110011100011100001101111000000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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