#566054

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

Shades of Battleship Grey #566054

Tints of Battleship Grey #566054

Color information

#566054 (or 0x566054) is unknown color: approx Battleship Grey. HEX triplet: 56, 60 and 54. RGB value is (86,96,84). Sum of RGB (Red+Green+Blue) = 86+96+84=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #566054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566054 is #A99FAB. Grayscale: #5B5B5B. Windows color (decimal): -11116460 or 5529686. OLE color: 5529686.

HSL color Cylindrical-coordinate representation of color #566054: hue angle of 110º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #566054 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB869684-
CMYK0.1000.120.62
HSL110º6.67%35.29%-
HSV(B)110º12.5%37.65%-
XYZ9.6210.9810-
YUV91.64123.69123.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=32.33%
G=36.09%
B=31.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696840.1000.120.621106.6735.29
Hex566054A0C3E6e723
Octal1261401241201476156743
Binary1010110110000010101001010011001111101101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566054; }

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

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

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

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

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

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

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

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