#56564C

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

Shades of Ship Grey #56564C

Tints of Ship Grey #56564C

Color information

#56564C (or 0x56564C) is unknown color: approx Ship Grey. HEX triplet: 56, 56 and 4C. RGB value is (86,86,76). Sum of RGB (Red+Green+Blue) = 86+86+76=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 86 - color contains mainly: red, green. Hex color #56564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56564C is #A9A9B3. Grayscale: #545454. Windows color (decimal): -11119028 or 5002838. OLE color: 5002838.

HSL color Cylindrical-coordinate representation of color #56564C: hue angle of 60º 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 #56564C is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB868676-
CMYK000.120.66
HSL60º6.17%31.76%-
HSV(B)60º11.63%33.73%-
XYZ8.479.168.16-
YUV84.86123128.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=34.68%
G=34.68%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868676000.120.66606.1731.76
Hex56564C00C423c620
Octal126126114001410274640
Binary1010110101011010011000011001000010111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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