#59524C

Color #59524C Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #59524C

Tints of Judge Grey #59524C

Color information

#59524C (or 0x59524C) is unknown color: approx 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

RGB898276-
CMYK00.080.150.65
HSL27.69º7.88%32.35%-
HSV(B)27.69º14.61%34.9%-
XYZ8.448.688.07-
YUV83.41123.82131.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=36.03%
G=33.20%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89827600.080.150.6527.697.8832.35
Hex59524C08F411c820
Octal13112211401017101341040
Binary1011001101001010011000100011111000001111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>