#595248

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

Shades of Judge Grey #595248

Tints of Judge Grey #595248

Color information

#595248 (or 0x595248) is unknown color: approx Judge Grey. HEX triplet: 59, 52 and 48. RGB value is (89,82,72). Sum of RGB (Red+Green+Blue) = 89+82+72=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 89 - color contains mainly: red. Hex color #595248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595248 is #A6ADB7. Grayscale: #535353. Windows color (decimal): -10923448 or 4739673. OLE color: 4739673.

HSL color Cylindrical-coordinate representation of color #595248: hue angle of 35.29º 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 #595248 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB898272-
CMYK00.080.190.65
HSL35.29º10.56%31.57%-
HSV(B)35.29º19.1%34.9%-
XYZ8.318.637.36-
YUV82.95121.82132.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.63%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=36.63%
G=33.74%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89827200.080.190.6535.2910.5631.57
Hex59524808134123b20
Octal13112211001023101431340
Binary101100110100101001000010001001110000011000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595248; }

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

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

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

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

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

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

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

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