#595144

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

Shades of Judge Grey #595144

Tints of Judge Grey #595144

Color information

#595144 (or 0x595144) is unknown color: approx Judge Grey. HEX triplet: 59, 51 and 44. RGB value is (89,81,68). Sum of RGB (Red+Green+Blue) = 89+81+68=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 89 - color contains mainly: red. Hex color #595144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595144 is #A6AEBB. Grayscale: #515151. Windows color (decimal): -10923708 or 4477273. OLE color: 4477273.

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

Color convert

RGB898168-
CMYK00.090.240.65
HSL37.14º13.38%30.78%-
HSV(B)37.14º23.6%34.9%-
XYZ8.118.436.67-
YUV81.91120.15133.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.39%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 68 (26.95% from 255) = 28.57%
R=37.39%
G=34.03%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89816800.090.240.6537.1413.3830.78
Hex59514409184125d1f
Octal13112110401130101451537
Binary10110011010001100010001001110001000001100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595144; }

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

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

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

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

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

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

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

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