#575052

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

Shades of Don Juan #575052

Tints of Don Juan #575052

Color information

#575052 (or 0x575052) is unknown color: approx Don Juan. HEX triplet: 57, 50 and 52. RGB value is (87,80,82). Sum of RGB (Red+Green+Blue) = 87+80+82=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 87 - color contains mainly: red. Hex color #575052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575052 is #A8AFAD. Grayscale: #525252. Windows color (decimal): -11055022 or 5394519. OLE color: 5394519.

HSL color Cylindrical-coordinate representation of color #575052: hue angle of 342.86º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575052 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB878082-
CMYK00.080.060.66
HSL342.86º4.19%32.75%-
HSV(B)342.86º8.05%34.12%-
XYZ8.328.379.16-
YUV82.32127.82131.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=34.94%
G=32.13%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87808200.080.060.66342.864.1932.75
Hex57505208642157421
Octal1271201220106102527441
Binary101011110100001010010010001101000010101010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575052; }

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

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

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

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

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

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

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

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