Html Css Color HEX #595153 Don Juan

📋 copy color: '#595153'

red 89 ◦ green 81 ◦ blue 83

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

Shades of Don Juan #595153

Tints of Don Juan #595153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.02%

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 35.18%
G = 32.02%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#595153 (or 0x595153) is known color: Don Juan. HEX triplet: 59, 51 and 53. RGB value is (89,81,83). Sum of RGB (Red+Green+Blue) = 89+81+83=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #595153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595153 is #A6AEAC. Grayscale: #535353. Windows color (decimal): -10923693 or 5460313. OLE color: 5460313.

HSL color Cylindrical-coordinate representation of color #595153: 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 #595153 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 81 83 -
CMYK 0 0.09 0.07 0.65
HSL 345º 0.05% 0.33% -
HSV(B) 345º 0.09% 0.35% -
XYZ 8.62 8.63 9.4 -
YUV 83.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 89 81 83 0 0.09 0.07 0.65 345 0.05 0.33
Hex 59 51 53 0 9 7 41 159 5 21
Octal 131 121 123 0 11 7 101 531 5 41
Binary 1011001 1010001 1010011 0 1001 111 1000001 101011001 101 100001

Color Harmonies of #595153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595153

Black with #595153

Text Example


Text Example

White with #595153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595153; }

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

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

background-color css

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

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

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

border-color css

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

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

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