#565A55

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

Shades of Battleship Grey #565A55

Tints of Battleship Grey #565A55

Color information

#565A55 (or 0x565A55) is unknown color: approx Battleship Grey. HEX triplet: 56, 5A and 55. RGB value is (86,90,85). Sum of RGB (Red+Green+Blue) = 86+90+85=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 90 - color contains mainly: green. Hex color #565A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A55 is #A9A5AA. Grayscale: #585858. Windows color (decimal): -11117995 or 5593686. OLE color: 5593686.

HSL color Cylindrical-coordinate representation of color #565A55: hue angle of 108º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #565A55 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB869085-
CMYK0.0400.060.65
HSL108º2.86%34.31%-
HSV(B)108º5.56%35.29%-
XYZ9.139.9510.03-
YUV88.23126.17126.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 85 (33.59% from 255) = 32.57%
R=32.95%
G=34.48%
B=32.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8690850.0400.060.651082.8634.31
Hex565A55406416c322
Octal126132125406101154342
Binary10101101011010101010110001101000001110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565A55; }

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

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

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

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

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

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

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

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