#56504A

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

Shades of Judge Grey #56504A

Tints of Judge Grey #56504A

Color information

#56504A (or 0x56504A) is unknown color: approx Judge Grey. HEX triplet: 56, 50 and 4A. RGB value is (86,80,74). Sum of RGB (Red+Green+Blue) = 86+80+74=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 86 - color contains mainly: red. Hex color #56504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56504A is #A9AFB5. Grayscale: #515151. Windows color (decimal): -11120566 or 4870230. OLE color: 4870230.

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

Color convert

RGB868074-
CMYK00.070.140.66
HSL30º7.5%31.37%-
HSV(B)30º13.95%33.73%-
XYZ7.948.217.64-
YUV81.11123.99131.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=35.83%
G=33.33%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86807400.070.140.66307.531.37
Hex56504A07E421e81f
Octal1261201120716102361037
Binary10101101010000100101001111110100001011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,80,74); }

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

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

 a { background-color: rgb(86,80,74); }

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

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

 span { border-color: rgb(86,80,74); }

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