Html Css Color HEX #595254 Don Juan

📋 copy color: '#595254'

red 89 ◦ green 82 ◦ blue 84

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

Shades of Don Juan #595254

Tints of Don Juan #595254

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.16%

 BLUE value IS 84 (33.2% from 255) = 32.94%

R = 34.9%
G = 32.16%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#595254 (or 0x595254) is known color: 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

RGB 89 82 84 -
CMYK 0 0.08 0.06 0.65
HSL 342.86º 0.04% 0.34% -
HSV(B) 342.86º 0.08% 0.35% -
XYZ 8.74 8.8 9.63 -
YUV 84.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 89 82 84 0 0.08 0.06 0.65 342.86 0.04 0.34
Hex 59 52 54 0 8 6 41 157 4 22
Octal 131 122 124 0 10 6 101 527 4 42
Binary 1011001 1010010 1010100 0 1000 110 1000001 101010111 100 100010

Color Harmonies of #595254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595254

Black with #595254

Text Example


Text Example

White with #595254

Text Example


Text Example

HTML Codes & Css Web 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>