Html Css Color HEX #59524A Judge Grey

📋 copy color: '#59524A'

red 89 ◦ green 82 ◦ blue 74

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

Shades of Judge Grey #59524A

Tints of Judge Grey #59524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 36.33%
G = 33.47%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59524A (or 0x59524A) is known color: Judge Grey. HEX triplet: 59, 52 and 4A. RGB value is (89,82,74). Sum of RGB (Red+Green+Blue) = 89+82+74=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 89 - color contains mainly: red. Hex color #59524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59524A is #A6ADB5. Grayscale: #535353. Windows color (decimal): -10923446 or 4870745. OLE color: 4870745.

HSL color Cylindrical-coordinate representation of color #59524A: hue angle of 32º 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 #59524A is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 82 74 -
CMYK 0 0.08 0.17 0.65
HSL 32º 0.09% 0.32% -
HSV(B) 32º 0.17% 0.35% -
XYZ 8.37 8.65 7.71 -
YUV 83.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 89 82 74 0 0.08 0.17 0.65 32 0.09 0.32
Hex 59 52 4A 0 8 11 41 20 9 20
Octal 131 122 112 0 10 21 101 40 11 40
Binary 1011001 1010010 1001010 0 1000 10001 1000001 100000 1001 100000

Color Harmonies of #59524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59524A

Black with #59524A

Text Example


Text Example

White with #59524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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