#59534D

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

Shades of Judge Grey #59534D

Tints of Judge Grey #59534D

Color information

#59534D (or 0x59534D) is unknown color: approx Judge Grey. HEX triplet: 59, 53 and 4D. RGB value is (89,83,77). Sum of RGB (Red+Green+Blue) = 89+83+77=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #59534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59534D is #A6ACB2. Grayscale: #545454. Windows color (decimal): -10923187 or 5067609. OLE color: 5067609.

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

Color convert

RGB898377-
CMYK00.070.130.65
HSL30º7.23%32.55%-
HSV(B)30º13.48%34.9%-
XYZ8.558.858.28-
YUV84.11123.99131.49-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.74%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=35.74%
G=33.33%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89837700.070.130.65307.2332.55
Hex59534D07D411e721
Octal131123115071510136741
Binary10110011010011100110101111101100000111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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