Html Css Color HEX #595556 Don Juan

📋 copy color: '#595556'

red 89 ◦ green 85 ◦ blue 86

#595556
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Don Juan #595556

Tints of Don Juan #595556

RGB

 RED value IS 89 (35.16% from 255) = 34.23%

 GREEN value IS 85 (33.59% from 255) = 32.69%

 BLUE value IS 86 (33.98% from 255) = 33.08%

R = 34.23%
G = 32.69%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#595556 (or 0x595556) is known color: Don Juan. HEX triplet: 59, 55 and 56. RGB value is (89,85,86). Sum of RGB (Red+Green+Blue) = 89+85+86=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 89 - color contains mainly: red. Hex color #595556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595556 is #A6AAA9. Grayscale: #565656. Windows color (decimal): -10922666 or 5657945. OLE color: 5657945.

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

Color convert

RGB 89 85 86 -
CMYK 0 0.04 0.03 0.65
HSL 345º 0.02% 0.34% -
HSV(B) 345º 0.04% 0.35% -
XYZ 9.05 9.29 10.12 -
YUV 86.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 89 85 86 0 0.04 0.03 0.65 345 0.02 0.34
Hex 59 55 56 0 4 3 41 159 2 22
Octal 131 125 126 0 4 3 101 531 2 42
Binary 1011001 1010101 1010110 0 100 11 1000001 101011001 10 100010

Color Harmonies of #595556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595556

Black with #595556

Text Example


Text Example

White with #595556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595556; }

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

 H1.HeaderClassName
 {
   color: #595556;
 }
 .AnyTagClassName
 {
   color: #595556;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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