#59534B

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

Shades of Judge Grey #59534B

Tints of Judge Grey #59534B

Color information

#59534B (or 0x59534B) is unknown color: approx Judge Grey. HEX triplet: 59, 53 and 4B. RGB value is (89,83,75). Sum of RGB (Red+Green+Blue) = 89+83+75=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #59534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59534B is #A6ACB4. Grayscale: #535353. Windows color (decimal): -10923189 or 4936537. OLE color: 4936537.

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

Color convert

RGB898375-
CMYK00.070.160.65
HSL34.29º8.54%32.16%-
HSV(B)34.29º15.73%34.9%-
XYZ8.488.827.91-
YUV83.88122.99131.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 83 (32.81% from 255) = 33.60%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=36.03%
G=33.60%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89837500.070.160.6534.298.5432.16
Hex59534B07104122920
Octal1311231130720101421140
Binary10110011010011100101101111000010000011000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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