#575370

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

Shades of Smoky #575370

Tints of Smoky #575370

Color information

#575370 (or 0x575370) is unknown color: approx Smoky. HEX triplet: 57, 53 and 70. RGB value is (87,83,112). Sum of RGB (Red+Green+Blue) = 87+83+112=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #575370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575370 is #A8AC8F. Grayscale: #575757. Windows color (decimal): -11054224 or 7361367. OLE color: 7361367.

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

Color convert

RGB8783112-
CMYK0.220.2600.56
HSL248.28º14.87%38.24%-
HSV(B)248.28º25.89%43.92%-
XYZ9.959.3816.62-
YUV87.5141.83127.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.85%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 112 (44.14% from 255) = 39.72%
R=30.85%
G=29.43%
B=39.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87831120.220.2600.56248.2814.8738.24
Hex575370161A038f8f26
Octal12712316026320703701746
Binary10101111010011111000010110110100111000111110001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575370; }

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

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

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

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

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

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

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

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