#575049

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

Shades of Judge Grey #575049

Tints of Judge Grey #575049

Color information

#575049 (or 0x575049) is unknown color: approx Judge Grey. HEX triplet: 57, 50 and 49. RGB value is (87,80,73). Sum of RGB (Red+Green+Blue) = 87+80+73=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #575049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575049 is #A8AFB6. Grayscale: #515151. Windows color (decimal): -11055031 or 4804695. OLE color: 4804695.

HSL color Cylindrical-coordinate representation of color #575049: hue angle of 30º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #575049 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB878073-
CMYK00.080.160.66
HSL30º8.75%31.37%-
HSV(B)30º16.09%34.12%-
XYZ88.247.47-
YUV81.29123.32132.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=36.25%
G=33.33%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87807300.080.160.66308.7531.37
Hex5750490810421e91f
Octal12712011101020102361137
Binary1010111101000010010010100010000100001011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575049; }

 p { color: rgb(87,80,73); }

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

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

 a { background-color: rgb(87,80,73); }

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

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

 span { border-color: rgb(87,80,73); }

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