#595254

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

Shades of Don Juan #595254

Tints of Don Juan #595254

Color information

#595254 (or 0x595254) is unknown color: approx Don Juan. HEX triplet: 59, 52 and 54. RGB value is (89,82,84). Sum of RGB (Red+Green+Blue) = 89+82+84=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 89 - color contains mainly: red. Hex color #595254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595254 is #A6ADAB. Grayscale: #545454. Windows color (decimal): -10923436 or 5526105. OLE color: 5526105.

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

Color convert

RGB898284-
CMYK00.080.060.65
HSL342.86º4.09%33.53%-
HSV(B)342.86º7.87%34.9%-
XYZ8.748.89.63-
YUV84.32127.82131.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.90%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 84 (33.20% from 255) = 32.94%
R=34.90%
G=32.16%
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
Decimal89828400.080.060.65342.864.0933.53
Hex59525408641157422
Octal1311221240106101527442
Binary101100110100101010100010001101000001101010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595254; }

 p { color: rgb(89,82,84); }

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

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

 a { background-color: rgb(89,82,84); }

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

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

 span { border-color: rgb(89,82,84); }

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