#5A6056

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

Shades of Battleship Grey #5A6056

Tints of Battleship Grey #5A6056

Color information

#5A6056 (or 0x5A6056) is unknown color: approx Battleship Grey. HEX triplet: 5A, 60 and 56. RGB value is (90,96,86). Sum of RGB (Red+Green+Blue) = 90+96+86=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6056 is #A59FA9. Grayscale: #5D5D5D. Windows color (decimal): -10854314 or 5660762. OLE color: 5660762.

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

Color convert

RGB909686-
CMYK0.0600.100.62
HSL96º5.49%35.69%-
HSV(B)96º10.42%37.65%-
XYZ10.0811.2110.44-
YUV93.07124.01125.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.09%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=33.09%
G=35.29%
B=31.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096860.0600.100.62965.4935.69
Hex5A605660A3E60524
Octal132140126601276140544
Binary101101011000001010110110010101111101100000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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