#59544E

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

Shades of Judge Grey #59544E

Tints of Judge Grey #59544E

Color information

#59544E (or 0x59544E) is unknown color: approx Judge Grey. HEX triplet: 59, 54 and 4E. RGB value is (89,84,78). Sum of RGB (Red+Green+Blue) = 89+84+78=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 89 - color contains mainly: red. Hex color #59544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59544E is #A6ABB1. Grayscale: #545454. Windows color (decimal): -10922930 or 5133401. OLE color: 5133401.

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

Color convert

RGB898478-
CMYK00.060.120.65
HSL32.73º6.59%32.75%-
HSV(B)32.73º12.36%34.9%-
XYZ8.679.018.49-
YUV84.81124.16130.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.46%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 78 (30.86% from 255) = 31.08%
R=35.46%
G=33.47%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89847800.060.120.6532.736.5932.75
Hex59544E06C4121721
Octal131124116061410141741
Binary101100110101001001110011011001000001100001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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