#595148

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

Shades of Judge Grey #595148

Tints of Judge Grey #595148

Color information

#595148 (or 0x595148) is unknown color: approx Judge Grey. HEX triplet: 59, 51 and 48. RGB value is (89,81,72). Sum of RGB (Red+Green+Blue) = 89+81+72=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 89 - color contains mainly: red. Hex color #595148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595148 is #A6AEB7. Grayscale: #525252. Windows color (decimal): -10923704 or 4739417. OLE color: 4739417.

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

Color convert

RGB898172-
CMYK00.090.190.65
HSL31.76º10.56%31.57%-
HSV(B)31.76º19.1%34.9%-
XYZ8.238.487.33-
YUV82.37122.15132.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.78%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=36.78%
G=33.47%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89817200.090.190.6531.7610.5631.57
Hex59514809134120b20
Octal13112111001123101401340
Binary101100110100011001000010011001110000011000001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595148; }

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

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

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

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

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

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

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

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