#56564F

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

Shades of Ship Grey #56564F

Tints of Ship Grey #56564F

Color information

#56564F (or 0x56564F) is unknown color: approx Ship Grey. HEX triplet: 56, 56 and 4F. RGB value is (86,86,79). Sum of RGB (Red+Green+Blue) = 86+86+79=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 86 - color contains mainly: red, green. Hex color #56564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56564F is #A9A9B0. Grayscale: #555555. Windows color (decimal): -11119025 or 5199446. OLE color: 5199446.

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

Color convert

RGB868679-
CMYK000.080.66
HSL60º4.24%32.35%-
HSV(B)60º8.14%33.73%-
XYZ8.589.28.72-
YUV85.2124.5128.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 79 (31.25% from 255) = 31.47%
R=34.26%
G=34.26%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868679000.080.66604.2432.35
Hex56564F008423c420
Octal126126117001010274440
Binary1010110101011010011110010001000010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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