#56514C

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

Shades of Judge Grey #56514C

Tints of Judge Grey #56514C

Color information

#56514C (or 0x56514C) is unknown color: approx Judge Grey. HEX triplet: 56, 51 and 4C. RGB value is (86,81,76). Sum of RGB (Red+Green+Blue) = 86+81+76=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #56514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56514C is #A9AEB3. Grayscale: #515151. Windows color (decimal): -11120308 or 5001558. OLE color: 5001558.

HSL color Cylindrical-coordinate representation of color #56514C: 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.12%. Process color model (Four color, CMYK) of #56514C is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB868176-
CMYK00.060.120.66
HSL30º6.17%31.76%-
HSV(B)30º11.63%33.73%-
XYZ8.088.398.03-
YUV81.92124.66130.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=35.39%
G=33.33%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86817600.060.120.66306.1731.76
Hex56514C06C421e620
Octal126121114061410236640
Binary10101101010001100110001101100100001011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56514C; }

 p { color: rgb(86,81,76); }

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

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

 a { background-color: rgb(86,81,76); }

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

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

 span { border-color: rgb(86,81,76); }

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