#57524D

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

Shades of Judge Grey #57524D

Tints of Judge Grey #57524D

Color information

#57524D (or 0x57524D) is unknown color: approx Judge Grey. HEX triplet: 57, 52 and 4D. RGB value is (87,82,77). Sum of RGB (Red+Green+Blue) = 87+82+77=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 87 - color contains mainly: red. Hex color #57524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57524D is #A8ADB2. Grayscale: #525252. Windows color (decimal): -11054515 or 5067351. OLE color: 5067351.

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

Color convert

RGB878277-
CMYK00.060.110.66
HSL30º6.1%32.16%-
HSV(B)30º11.49%34.12%-
XYZ8.298.68.24-
YUV82.92124.66130.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.37%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=35.37%
G=33.33%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87827700.060.110.66306.132.16
Hex57524D06B421e620
Octal127122115061310236640
Binary10101111010010100110101101011100001011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57524D; }

 p { color: rgb(87,82,77); }

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

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

 a { background-color: rgb(87,82,77); }

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

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

 span { border-color: rgb(87,82,77); }

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