#565654

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

Shades of Ship Grey #565654

Tints of Ship Grey #565654

Color information

#565654 (or 0x565654) is unknown color: approx Ship Grey. HEX triplet: 56, 56 and 54. RGB value is (86,86,84). Sum of RGB (Red+Green+Blue) = 86+86+84=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565654 is #A9A9AB. Grayscale: #555555. Windows color (decimal): -11119020 or 5527126. OLE color: 5527126.

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

Color convert

RGB868684-
CMYK000.020.66
HSL60º1.18%33.33%-
HSV(B)60º2.33%33.73%-
XYZ8.779.279.72-
YUV85.77127128.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.59%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=33.59%
G=33.59%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868684000.020.66601.1833.33
Hex565654002423c121
Octal12612612400210274141
Binary101011010101101010100001010000101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565654; }

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

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

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

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

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

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

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

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