#595355

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

Shades of Don Juan #595355

Tints of Don Juan #595355

Color information

#595355 (or 0x595355) is unknown color: approx Don Juan. HEX triplet: 59, 53 and 55. RGB value is (89,83,85). Sum of RGB (Red+Green+Blue) = 89+83+85=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 89 - color contains mainly: red. Hex color #595355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595355 is #A6ACAA. Grayscale: #555555. Windows color (decimal): -10923179 or 5591897. OLE color: 5591897.

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

Color convert

RGB898385-
CMYK00.070.040.65
HSL340º3.49%33.73%-
HSV(B)340º6.74%34.9%-
XYZ8.858.979.86-
YUV85.02127.99130.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.63%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=34.63%
G=32.30%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89838500.070.040.653403.4933.73
Hex59535507441154322
Octal131123125074101524342
Binary1011001101001110101010111100100000110101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595355; }

 p { color: rgb(89,83,85); }

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

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

 a { background-color: rgb(89,83,85); }

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

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

 span { border-color: rgb(89,83,85); }

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