#56514B

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

Shades of Judge Grey #56514B

Tints of Judge Grey #56514B

Color information

#56514B (or 0x56514B) is unknown color: approx Judge Grey. HEX triplet: 56, 51 and 4B. RGB value is (86,81,75). Sum of RGB (Red+Green+Blue) = 86+81+75=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 86 - color contains mainly: red. Hex color #56514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56514B is #A9AEB4. Grayscale: #515151. Windows color (decimal): -11120309 or 4936022. OLE color: 4936022.

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

Color convert

RGB868175-
CMYK00.060.130.66
HSL32.73º6.83%31.57%-
HSV(B)32.73º12.79%33.73%-
XYZ8.058.377.85-
YUV81.81124.16130.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=35.54%
G=33.47%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86817500.060.130.6632.736.8331.57
Hex56514B06D4221720
Octal126121113061510241740
Binary101011010100011001011011011011000010100001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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