#575170

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

Shades of Smoky #575170

Tints of Smoky #575170

Color information

#575170 (or 0x575170) is unknown color: approx Smoky. HEX triplet: 57, 51 and 70. RGB value is (87,81,112). Sum of RGB (Red+Green+Blue) = 87+81+112=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #575170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575170 is #A8AE8F. Grayscale: #565656. Windows color (decimal): -11054736 or 7360855. OLE color: 7360855.

HSL color Cylindrical-coordinate representation of color #575170: hue angle of 251.61º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #575170 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8781112-
CMYK0.220.2800.56
HSL251.61º16.06%37.84%-
HSV(B)251.61º27.68%43.92%-
XYZ9.89.0816.57-
YUV86.33142.49128.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 112 (44.14% from 255) = 40%
R=31.07%
G=28.93%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87811120.220.2800.56251.6116.0637.84
Hex575170161C038fc1026
Octal12712116026340703742046
Binary101011110100011110000101101110001110001111110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575170; }

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

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

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

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

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

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

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

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