#575372

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

Shades of Smoky #575372

Tints of Smoky #575372

Color information

#575372 (or 0x575372) is unknown color: approx Smoky. HEX triplet: 57, 53 and 72. RGB value is (87,83,114). Sum of RGB (Red+Green+Blue) = 87+83+114=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #575372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575372 is #A8AC8D. Grayscale: #575757. Windows color (decimal): -11054222 or 7492439. OLE color: 7492439.

HSL color Cylindrical-coordinate representation of color #575372: hue angle of 247.74º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575372 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8783114-
CMYK0.240.2700.55
HSL247.74º15.74%38.63%-
HSV(B)247.74º27.19%44.71%-
XYZ10.069.4317.21-
YUV87.73142.83127.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.63%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=30.63%
G=29.23%
B=40.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87831140.240.2700.55247.7415.7438.63
Hex575372181B037f81027
Octal12712316230330673702047
Binary101011110100111110010110001101101101111111100010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575372; }

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

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

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

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

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

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

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

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