Html Css Color HEX #595053 Don Juan

📋 copy color: '#595053'

red 89 ◦ green 80 ◦ blue 83

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

Shades of Don Juan #595053

Tints of Don Juan #595053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

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

R = 35.32%
G = 31.75%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#595053 (or 0x595053) is known color: Don Juan. HEX triplet: 59, 50 and 53. RGB value is (89,80,83). Sum of RGB (Red+Green+Blue) = 89+80+83=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #595053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595053 is #A6AFAC. Grayscale: #535353. Windows color (decimal): -10923949 or 5460057. OLE color: 5460057.

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

Color convert

RGB 89 80 83 -
CMYK 0 0.10 0.07 0.65
HSL 340º 0.05% 0.33% -
HSV(B) 340º 0.1% 0.35% -
XYZ 8.55 8.49 9.37 -
YUV 83.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 89 80 83 0 0.10 0.07 0.65 340 0.05 0.33
Hex 59 50 53 0 A 7 41 154 5 21
Octal 131 120 123 0 12 7 101 524 5 41
Binary 1011001 1010000 1010011 0 1010 111 1000001 101010100 101 100001

Color Harmonies of #595053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595053

Black with #595053

Text Example


Text Example

White with #595053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595053; }

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

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

background-color css

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

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

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

border-color css

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

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

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