#565E50

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

Shades of Battleship Grey #565E50

Tints of Battleship Grey #565E50

Color information

#565E50 (or 0x565E50) is unknown color: approx Battleship Grey. HEX triplet: 56, 5E and 50. RGB value is (86,94,80). Sum of RGB (Red+Green+Blue) = 86+94+80=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 94 - color contains mainly: green. Hex color #565E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565E50 is #A9A1AF. Grayscale: #5A5A5A. Windows color (decimal): -11116976 or 5267030. OLE color: 5267030.

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

Color convert

RGB869480-
CMYK0.0900.150.63
HSL94.29º8.05%34.12%-
HSV(B)94.29º14.89%36.86%-
XYZ9.2910.569.14-
YUV90.01122.35125.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 33.08%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=33.08%
G=36.15%
B=30.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8694800.0900.150.6394.298.0534.12
Hex565E5090F3F5e822
Octal12613612011017771361042
Binary10101101011110101000010010111111111110111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,94,80); }

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

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

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

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

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

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

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