#565C54

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

Shades of Battleship Grey #565C54

Tints of Battleship Grey #565C54

Color information

#565C54 (or 0x565C54) is unknown color: approx Battleship Grey. HEX triplet: 56, 5C and 54. RGB value is (86,92,84). Sum of RGB (Red+Green+Blue) = 86+92+84=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 92 - color contains mainly: green. Hex color #565C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565C54 is #A9A3AB. Grayscale: #595959. Windows color (decimal): -11117484 or 5528662. OLE color: 5528662.

HSL color Cylindrical-coordinate representation of color #565C54: hue angle of 105º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #565C54 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB869284-
CMYK0.0700.090.64
HSL105º4.55%34.51%-
HSV(B)105º8.7%36.08%-
XYZ9.2710.279.88-
YUV89.29125.01125.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 92 (36.33% from 255) = 35.11%
BLUE value IS 84 (33.20% from 255) = 32.06%
R=32.82%
G=35.11%
B=32.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8692840.0700.090.641054.5534.51
Hex565C547094069523
Octal1261341247011100151543
Binary1010110101110010101001110100110000001101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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