#5A6156

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

Shades of Battleship Grey #5A6156

Tints of Battleship Grey #5A6156

Color information

#5A6156 (or 0x5A6156) is unknown color: approx Battleship Grey. HEX triplet: 5A, 61 and 56. RGB value is (90,97,86). Sum of RGB (Red+Green+Blue) = 90+97+86=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 97 - color contains mainly: green. Hex color #5A6156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6156 is #A59EA9. Grayscale: #5D5D5D. Windows color (decimal): -10854058 or 5661018. OLE color: 5661018.

HSL color Cylindrical-coordinate representation of color #5A6156: hue angle of 98.18º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A6156 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB909786-
CMYK0.0700.110.62
HSL98.18º6.01%35.88%-
HSV(B)98.18º11.34%38.04%-
XYZ10.1711.3910.47-
YUV93.65123.68125.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.97%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=32.97%
G=35.53%
B=31.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9097860.0700.110.6298.186.0135.88
Hex5A615670B3E62624
Octal132141126701376142644
Binary101101011000011010110111010111111101100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6156; }

 p { color: rgb(90,97,86); }

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

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

 a { background-color: rgb(90,97,86); }

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

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

 span { border-color: rgb(90,97,86); }

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