#5F5873

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

Shades of Smoky #5F5873

Tints of Smoky #5F5873

Color information

#5F5873 (or 0x5F5873) is unknown color: approx Smoky. HEX triplet: 5F, 58 and 73. RGB value is (95,88,115). Sum of RGB (Red+Green+Blue) = 95+88+115=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #5F5873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5873 is #A0A78C. Grayscale: #5D5D5D. Windows color (decimal): -10528653 or 7559263. OLE color: 7559263.

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

Color convert

RGB9588115-
CMYK0.170.2300.55
HSL255.56º13.3%39.8%-
HSV(B)255.56º23.48%45.1%-
XYZ11.310.6517.68-
YUV93.17140.32129.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=31.88%
G=29.53%
B=38.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95881150.170.2300.55255.5613.339.8
Hex5F58731117037100d28
Octal13713016321270674001550
Binary101111110110001110011100011011101101111000000001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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