#565644

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

Shades of Ship Grey #565644

Tints of Ship Grey #565644

Color information

#565644 (or 0x565644) is unknown color: approx Ship Grey. HEX triplet: 56, 56 and 44. RGB value is (86,86,68). Sum of RGB (Red+Green+Blue) = 86+86+68=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565644 is #A9A9BB. Grayscale: #545454. Windows color (decimal): -11119036 or 4478550. OLE color: 4478550.

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

Color convert

RGB868668-
CMYK000.210.66
HSL60º11.69%30.2%-
HSV(B)60º20.93%33.73%-
XYZ8.219.056.78-
YUV83.95119129.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 68 (26.95% from 255) = 28.33%
R=35.83%
G=35.83%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868668000.210.666011.6930.2
Hex5656440015423cc1e
Octal1261261040025102741436
Binary10101101010110100010000101011000010111100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565644; }

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

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

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

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

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

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

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

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