Html Css Color HEX #59524C Judge Grey

📋 copy color: '#59524C'

red 89 ◦ green 82 ◦ blue 76

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

Shades of Judge Grey #59524C

Tints of Judge Grey #59524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.77%

R = 36.03%
G = 33.2%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59524C (or 0x59524C) is known color: Judge Grey. HEX triplet: 59, 52 and 4C. RGB value is (89,82,76). Sum of RGB (Red+Green+Blue) = 89+82+76=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #59524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59524C is #A6ADB3. Grayscale: #535353. Windows color (decimal): -10923444 or 5001817. OLE color: 5001817.

HSL color Cylindrical-coordinate representation of color #59524C: hue angle of 27.69º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #59524C is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 82 76 -
CMYK 0 0.08 0.15 0.65
HSL 27.69º 0.08% 0.32% -
HSV(B) 27.69º 0.15% 0.35% -
XYZ 8.44 8.68 8.07 -
YUV 83.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 89 82 76 0 0.08 0.15 0.65 27.69 0.08 0.32
Hex 59 52 4C 0 8 F 41 1C 8 20
Octal 131 122 114 0 10 17 101 34 10 40
Binary 1011001 1010010 1001100 0 1000 1111 1000001 11100 1000 100000

Color Harmonies of #59524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59524C

Black with #59524C

Text Example


Text Example

White with #59524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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