#565A53

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

Shades of Battleship Grey #565A53

Tints of Battleship Grey #565A53

Color information

#565A53 (or 0x565A53) is unknown color: approx Battleship Grey. HEX triplet: 56, 5A and 53. RGB value is (86,90,83). Sum of RGB (Red+Green+Blue) = 86+90+83=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 90 - color contains mainly: green. Hex color #565A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A53 is #A9A5AC. Grayscale: #585858. Windows color (decimal): -11117997 or 5462614. OLE color: 5462614.

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

Color convert

RGB869083-
CMYK0.0400.080.65
HSL94.29º4.05%33.92%-
HSV(B)94.29º7.78%35.29%-
XYZ9.069.929.62-
YUV88.01125.17126.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.20%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=33.20%
G=34.75%
B=32.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8690830.0400.080.6594.294.0533.92
Hex565A53408415e422
Octal1261321234010101136442
Binary1010110101101010100111000100010000011011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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