#585153

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

Shades of Don Juan #585153

Tints of Don Juan #585153

Color information

#585153 (or 0x585153) is unknown color: approx Don Juan. HEX triplet: 58, 51 and 53. RGB value is (88,81,83). Sum of RGB (Red+Green+Blue) = 88+81+83=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 88 - color contains mainly: red. Hex color #585153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585153 is #A7AEAC. Grayscale: #535353. Windows color (decimal): -10989229 or 5460312. OLE color: 5460312.

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

Color convert

RGB888183-
CMYK00.080.060.65
HSL342.86º4.14%33.14%-
HSV(B)342.86º7.95%34.51%-
XYZ8.538.589.39-
YUV83.32127.82131.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.92%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 83 (32.81% from 255) = 32.94%
R=34.92%
G=32.14%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88818300.080.060.65342.864.1433.14
Hex58515308641157421
Octal1301211230106101527441
Binary101100010100011010011010001101000001101010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585153; }

 p { color: rgb(88,81,83); }

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

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

 a { background-color: rgb(88,81,83); }

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

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

 span { border-color: rgb(88,81,83); }

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