#57514A

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

Shades of Judge Grey #57514A

Tints of Judge Grey #57514A

Color information

#57514A (or 0x57514A) is unknown color: approx Judge Grey. HEX triplet: 57, 51 and 4A. RGB value is (87,81,74). Sum of RGB (Red+Green+Blue) = 87+81+74=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 87 - color contains mainly: red. Hex color #57514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57514A is #A8AEB5. Grayscale: #525252. Windows color (decimal): -11054774 or 4870487. OLE color: 4870487.

HSL color Cylindrical-coordinate representation of color #57514A: hue angle of 32.31º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #57514A is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB878174-
CMYK00.070.150.66
HSL32.31º8.07%31.57%-
HSV(B)32.31º14.94%34.12%-
XYZ8.118.417.67-
YUV82123.49131.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=35.95%
G=33.47%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87817400.070.150.6632.318.0731.57
Hex57514A07F4220820
Octal1271211120717102401040
Binary1010111101000110010100111111110000101000001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57514A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57514A; }

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

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

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

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

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

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

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

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