#565655

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

Shades of Ship Grey #565655

Tints of Ship Grey #565655

Color information

#565655 (or 0x565655) is unknown color: approx Ship Grey. HEX triplet: 56, 56 and 55. RGB value is (86,86,85). Sum of RGB (Red+Green+Blue) = 86+86+85=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565655 is #A9A9AA. Grayscale: #555555. Windows color (decimal): -11119019 or 5592662. OLE color: 5592662.

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

Color convert

RGB868685-
CMYK000.010.66
HSL60º0.58%33.53%-
HSV(B)60º1.16%33.73%-
XYZ8.819.299.92-
YUV85.89127.5128.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.46%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 85 (33.59% from 255) = 33.07%
R=33.46%
G=33.46%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868685000.010.66600.5833.53
Hex565655001423c122
Octal12612612500110274142
Binary10101101010110101010100110000101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565655; }

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

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

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

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

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

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

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

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