#596054

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

Shades of Battleship Grey #596054

Tints of Battleship Grey #596054

Color information

#596054 (or 0x596054) is unknown color: approx Battleship Grey. HEX triplet: 59, 60 and 54. RGB value is (89,96,84). Sum of RGB (Red+Green+Blue) = 89+96+84=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 96 - color contains mainly: green. Hex color #596054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596054 is #A69FAB. Grayscale: #5C5C5C. Windows color (decimal): -10919852 or 5529689. OLE color: 5529689.

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

Color convert

RGB899684-
CMYK0.0700.120.62
HSL95º6.67%35.29%-
HSV(B)95º12.5%37.65%-
XYZ9.911.1310.01-
YUV92.54123.18125.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.09%
GREEN value IS 96 (37.89% from 255) = 35.69%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=33.09%
G=35.69%
B=31.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8996840.0700.120.62956.6735.29
Hex59605470C3E5f723
Octal131140124701476137743
Binary101100111000001010100111011001111101011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596054; }

 p { color: rgb(89,96,84); }

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

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

 a { background-color: rgb(89,96,84); }

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

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

 span { border-color: rgb(89,96,84); }

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