#5F5770

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

Shades of Smoky #5F5770

Tints of Smoky #5F5770

Color information

#5F5770 (or 0x5F5770) is unknown color: approx Smoky. HEX triplet: 5F, 57 and 70. RGB value is (95,87,112). Sum of RGB (Red+Green+Blue) = 95+87+112=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #5F5770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5770 is #A0A88F. Grayscale: #5C5C5C. Windows color (decimal): -10528912 or 7362399. OLE color: 7362399.

HSL color Cylindrical-coordinate representation of color #5F5770: hue angle of 259.2º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F5770 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9587112-
CMYK0.150.2200.56
HSL259.2º12.56%39.02%-
HSV(B)259.2º22.32%43.92%-
XYZ11.0510.4216.76-
YUV92.24139.15129.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.31%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=32.31%
G=29.59%
B=38.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95871120.150.2200.56259.212.5639.02
Hex5F5770F16038103d27
Octal13712716017260704031547
Binary10111111010111111000011111011001110001000000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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