#585052

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

Shades of Don Juan #585052

Tints of Don Juan #585052

Color information

#585052 (or 0x585052) is unknown color: approx Don Juan. HEX triplet: 58, 50 and 52. RGB value is (88,80,82). Sum of RGB (Red+Green+Blue) = 88+80+82=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 88 - color contains mainly: red. Hex color #585052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585052 is #A7AFAD. Grayscale: #525252. Windows color (decimal): -10989486 or 5394520. OLE color: 5394520.

HSL color Cylindrical-coordinate representation of color #585052: hue angle of 345º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #585052 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB888082-
CMYK00.090.070.65
HSL345º4.76%32.94%-
HSV(B)345º9.09%34.51%-
XYZ8.428.429.16-
YUV82.62127.65131.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=35.2%
G=32%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88808200.090.070.653454.7632.94
Hex58505209741159521
Octal1301201220117101531541
Binary101100010100001010010010011111000001101011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585052; }

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

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

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

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

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

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

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

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