#556053

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

Shades of Battleship Grey #556053

Tints of Battleship Grey #556053

Color information

#556053 (or 0x556053) is unknown color: approx Battleship Grey. HEX triplet: 55, 60 and 53. RGB value is (85,96,83). Sum of RGB (Red+Green+Blue) = 85+96+83=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #556053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556053 is #AA9FAC. Grayscale: #5B5B5B. Windows color (decimal): -11181997 or 5464149. OLE color: 5464149.

HSL color Cylindrical-coordinate representation of color #556053: hue angle of 110.77º 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 #556053 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB859683-
CMYK0.1100.140.62
HSL110.77º7.26%35.1%-
HSV(B)110.77º13.54%37.65%-
XYZ9.4910.929.79-
YUV91.23123.36123.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 83 (32.81% from 255) = 31.44%
R=32.20%
G=36.36%
B=31.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596830.1100.140.62110.777.2635.1
Hex556053B0E3E6f723
Octal1251401231301676157743
Binary1010101110000010100111011011101111101101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556053; }

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

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

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

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

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

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

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

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