#575149

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

Shades of Judge Grey #575149

Tints of Judge Grey #575149

Color information

#575149 (or 0x575149) is unknown color: approx Judge Grey. HEX triplet: 57, 51 and 49. RGB value is (87,81,73). Sum of RGB (Red+Green+Blue) = 87+81+73=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 87 - color contains mainly: red. Hex color #575149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575149 is #A8AEB6. Grayscale: #515151. Windows color (decimal): -11054775 or 4804951. OLE color: 4804951.

HSL color Cylindrical-coordinate representation of color #575149: hue angle of 34.29º 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 #575149 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB878173-
CMYK00.070.160.66
HSL34.29º8.75%31.37%-
HSV(B)34.29º16.09%34.12%-
XYZ8.088.397.5-
YUV81.88122.99131.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.10%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=36.10%
G=33.61%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87817300.070.160.6634.298.7531.37
Hex5751490710422291f
Octal1271211110720102421137
Binary1010111101000110010010111100001000010100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575149; }

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

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

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

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

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

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

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

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