#575272

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

Shades of Smoky #575272

Tints of Smoky #575272

Color information

#575272 (or 0x575272) is unknown color: approx Smoky. HEX triplet: 57, 52 and 72. RGB value is (87,82,114). Sum of RGB (Red+Green+Blue) = 87+82+114=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #575272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575272 is #A8AD8D. Grayscale: #575757. Windows color (decimal): -11054478 or 7492183. OLE color: 7492183.

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

Color convert

RGB8782114-
CMYK0.240.2800.55
HSL249.38º16.33%38.43%-
HSV(B)249.38º28.07%44.71%-
XYZ9.999.2817.18-
YUV87.14143.16127.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=30.74%
G=28.98%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87821140.240.2800.55249.3816.3338.43
Hex575272181C037f91026
Octal12712216230340673712046
Binary101011110100101110010110001110001101111111100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575272; }

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

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

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

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

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

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

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

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