#556051

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

Shades of Battleship Grey #556051

Tints of Battleship Grey #556051

Color information

#556051 (or 0x556051) is unknown color: approx Battleship Grey. HEX triplet: 55, 60 and 51. RGB value is (85,96,81). Sum of RGB (Red+Green+Blue) = 85+96+81=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #556051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556051 is #AA9FAE. Grayscale: #5B5B5B. Windows color (decimal): -11181999 or 5333077. OLE color: 5333077.

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

Color convert

RGB859681-
CMYK0.1100.160.62
HSL104º8.47%34.71%-
HSV(B)104º15.62%37.65%-
XYZ9.4110.899.39-
YUV91122.36123.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=32.44%
G=36.64%
B=30.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596810.1100.160.621048.4734.71
Hex556051B0103E68823
Octal12514012113020761501043
Binary101010111000001010001101101000011111011010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556051; }

 p { color: rgb(85,96,81); }

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

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

 a { background-color: rgb(85,96,81); }

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

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

 span { border-color: rgb(85,96,81); }

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