#59534C

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

Shades of Judge Grey #59534C

Tints of Judge Grey #59534C

Color information

#59534C (or 0x59534C) is unknown color: approx Judge Grey. HEX triplet: 59, 53 and 4C. RGB value is (89,83,76). Sum of RGB (Red+Green+Blue) = 89+83+76=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #59534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59534C is #A6ACB3. Grayscale: #545454. Windows color (decimal): -10923188 or 5002073. OLE color: 5002073.

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

Color convert

RGB898376-
CMYK00.070.150.65
HSL32.31º7.88%32.35%-
HSV(B)32.31º14.61%34.9%-
XYZ8.528.838.09-
YUV84123.49131.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.89%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=35.89%
G=33.47%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89837600.070.150.6532.317.8832.35
Hex59534C07F4120820
Octal1311231140717101401040
Binary1011001101001110011000111111110000011000001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59534C;
 }
 .AnyTagClassName
 {
   color: #59534C;
 }
</style>
background-color css

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

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

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

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

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

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