Html Css Color HEX #595553 Tundora

📋 copy color: '#595553'

red 89 ◦ green 85 ◦ blue 83

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

Shades of Tundora #595553

Tints of Tundora #595553

RGB

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

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

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

R = 34.63%
G = 33.07%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 89 85 83 -
CMYK 0 0.04 0.07 0.65
HSL 20º 0.03% 0.34% -
HSV(B) 20º 0.07% 0.35% -
XYZ 8.93 9.25 9.5 -
YUV 85.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 89 85 83 0 0.04 0.07 0.65 20 0.03 0.34
Hex 59 55 53 0 4 7 41 14 3 22
Octal 131 125 123 0 4 7 101 24 3 42
Binary 1011001 1010101 1010011 0 100 111 1000001 10100 11 100010

Color Harmonies of #595553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595553

Black with #595553

Text Example


Text Example

White with #595553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595553; }

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

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

background-color css

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

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

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

border-color css

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

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

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