#566053

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

Shades of Battleship Grey #566053

Tints of Battleship Grey #566053

Color information

#566053 (or 0x566053) is unknown color: approx Battleship Grey. HEX triplet: 56, 60 and 53. RGB value is (86,96,83). Sum of RGB (Red+Green+Blue) = 86+96+83=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #566053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566053 is #A99FAC. Grayscale: #5B5B5B. Windows color (decimal): -11116461 or 5464150. OLE color: 5464150.

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

Color convert

RGB869683-
CMYK0.1000.140.62
HSL106.15º7.26%35.1%-
HSV(B)106.15º13.54%37.65%-
XYZ9.5810.979.8-
YUV91.53123.19124.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.45%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=32.45%
G=36.23%
B=31.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696830.1000.140.62106.157.2635.1
Hex566053A0E3E6a723
Octal1261401231201676152743
Binary1010110110000010100111010011101111101101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566053; }

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

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

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

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

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

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

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

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