#59544F

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

Shades of Judge Grey #59544F

Tints of Judge Grey #59544F

Color information

#59544F (or 0x59544F) is unknown color: approx Judge Grey. HEX triplet: 59, 54 and 4F. RGB value is (89,84,79). Sum of RGB (Red+Green+Blue) = 89+84+79=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #59544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59544F is #A6ABB0. Grayscale: #545454. Windows color (decimal): -10922929 or 5198937. OLE color: 5198937.

HSL color Cylindrical-coordinate representation of color #59544F: hue angle of 30º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #59544F is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB898479-
CMYK00.060.110.65
HSL30º5.95%32.94%-
HSV(B)30º11.24%34.9%-
XYZ8.79.038.68-
YUV84.92124.66130.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.32%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=35.32%
G=33.33%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89847900.060.110.65305.9532.94
Hex59544F06B411e621
Octal131124117061310136641
Binary10110011010100100111101101011100000111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59544F; }

 p { color: rgb(89,84,79); }

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

<style>
 a { background-color: #59544F; }

 a { background-color: rgb(89,84,79); }

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

<style>
 span { border-color: #59544F; }

 span { border-color: rgb(89,84,79); }

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