#595147

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

Shades of Judge Grey #595147

Tints of Judge Grey #595147

Color information

#595147 (or 0x595147) is unknown color: approx Judge Grey. HEX triplet: 59, 51 and 47. RGB value is (89,81,71). Sum of RGB (Red+Green+Blue) = 89+81+71=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 89 - color contains mainly: red. Hex color #595147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595147 is #A6AEB8. Grayscale: #525252. Windows color (decimal): -10923705 or 4673881. OLE color: 4673881.

HSL color Cylindrical-coordinate representation of color #595147: hue angle of 33.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #595147 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB898171-
CMYK00.090.200.65
HSL33.33º11.25%31.37%-
HSV(B)33.33º20.22%34.9%-
XYZ8.28.467.16-
YUV82.25121.65132.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.93%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 71 (28.12% from 255) = 29.46%
R=36.93%
G=33.61%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89817100.090.200.6533.3311.2531.37
Hex59514709144121b1f
Octal13112110701124101411337
Binary10110011010001100011101001101001000001100001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595147; }

 p { color: rgb(89,81,71); }

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

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

 a { background-color: rgb(89,81,71); }

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

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

 span { border-color: rgb(89,81,71); }

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