#56524E

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

Shades of Judge Grey #56524E

Tints of Judge Grey #56524E

Color information

#56524E (or 0x56524E) is unknown color: approx Judge Grey. HEX triplet: 56, 52 and 4E. RGB value is (86,82,78). Sum of RGB (Red+Green+Blue) = 86+82+78=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 86 - color contains mainly: red. Hex color #56524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56524E is #A9ADB1. Grayscale: #525252. Windows color (decimal): -11120050 or 5132886. OLE color: 5132886.

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

Color convert

RGB868278-
CMYK00.050.090.66
HSL30º4.88%32.16%-
HSV(B)30º9.3%33.73%-
XYZ8.238.568.43-
YUV82.74125.33130.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=34.96%
G=33.33%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86827800.050.090.66304.8832.16
Hex56524E059421e520
Octal126122116051110236540
Binary10101101010010100111001011001100001011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56524E; }

 p { color: rgb(86,82,78); }

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

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

 a { background-color: rgb(86,82,78); }

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

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

 span { border-color: rgb(86,82,78); }

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