Html Css Color HEX #594A4B Emperor

📋 copy color: '#594A4B'

red 89 ◦ green 74 ◦ blue 75

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

Shades of Emperor #594A4B

Tints of Emperor #594A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.09%

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 37.39%
G = 31.09%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#594A4B (or 0x594A4B) is known color: Emperor. HEX triplet: 59, 4A and 4B. RGB value is (89,74,75). Sum of RGB (Red+Green+Blue) = 89+74+75=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #594A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A4B is #A6B5B4. Grayscale: #4E4E4E. Windows color (decimal): -10925493 or 4934233. OLE color: 4934233.

HSL color Cylindrical-coordinate representation of color #594A4B: hue angle of 356º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #594A4B is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 74 75 -
CMYK 0 0.17 0.16 0.65
HSL 356º 0.09% 0.32% -
HSV(B) 356º 0.17% 0.35% -
XYZ 7.84 7.53 7.7 -
YUV 78.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 89 74 75 0 0.17 0.16 0.65 356 0.09 0.32
Hex 59 4A 4B 0 11 10 41 164 9 20
Octal 131 112 113 0 21 20 101 544 11 40
Binary 1011001 1001010 1001011 0 10001 10000 1000001 101100100 1001 100000

Color Harmonies of #594A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594A4B

Black with #594A4B

Text Example


Text Example

White with #594A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594A4B; }

 p { color: rgb(89,74,75); }

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

background-color css

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

 a { background-color: rgb(89,74,75); }

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

border-color css

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

 span { border-color: rgb(89,74,75); }

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