#575169

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

Shades of Smoky #575169

Tints of Smoky #575169

Color information

#575169 (or 0x575169) is unknown color: approx Smoky. HEX triplet: 57, 51 and 69. RGB value is (87,81,105). Sum of RGB (Red+Green+Blue) = 87+81+105=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #575169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575169 is #A8AE96. Grayscale: #555555. Windows color (decimal): -11054743 or 6902103. OLE color: 6902103.

HSL color Cylindrical-coordinate representation of color #575169: hue angle of 255º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #575169 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8781105-
CMYK0.170.2300.59
HSL255º12.9%36.47%-
HSV(B)255º22.86%41.18%-
XYZ9.428.9314.59-
YUV85.53138.99129.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.87%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=31.87%
G=29.67%
B=38.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87811050.170.2300.5925512.936.47
Hex575169111703Bffd24
Octal12712115121270733771544
Binary10101111010001110100110001101110111011111111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575169; }

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

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

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

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

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

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

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

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