#575171

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

Shades of Smoky #575171

Tints of Smoky #575171

Color information

#575171 (or 0x575171) is unknown color: approx Smoky. HEX triplet: 57, 51 and 71. RGB value is (87,81,113). Sum of RGB (Red+Green+Blue) = 87+81+113=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #575171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575171 is #A8AE8E. Grayscale: #565656. Windows color (decimal): -11054735 or 7426391. OLE color: 7426391.

HSL color Cylindrical-coordinate representation of color #575171: hue angle of 251.25º 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 #575171 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8781113-
CMYK0.230.2800.56
HSL251.25º16.49%38.04%-
HSV(B)251.25º28.32%44.31%-
XYZ9.859.116.86-
YUV86.44142.99128.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=30.96%
G=28.83%
B=40.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87811130.230.2800.56251.2516.4938.04
Hex575171171C038fb1026
Octal12712116127340703732046
Binary101011110100011110001101111110001110001111101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575171; }

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

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

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

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

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

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

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

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