Html Css Color HEX #596054 Battleship Grey

📋 copy color: '#596054'

red 89 ◦ green 96 ◦ blue 84

#596054
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Battleship Grey #596054

Tints of Battleship Grey #596054

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.2% from 255) = 31.23%

R = 33.09%
G = 35.69%
B = 31.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#596054 (or 0x596054) is known color: 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

RGB 89 96 84 -
CMYK 0.07 0 0.12 0.62
HSL 95º 0.07% 0.35% -
HSV(B) 95º 0.13% 0.38% -
XYZ 9.9 11.13 10.01 -
YUV 92.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 89 96 84 0.07 0 0.12 0.62 95 0.07 0.35
Hex 59 60 54 7 0 C 3E 5F 7 23
Octal 131 140 124 7 0 14 76 137 7 43
Binary 1011001 1100000 1010100 111 0 1100 111110 1011111 111 100011

Color Harmonies of #596054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596054

Black with #596054

Text Example


Text Example

White with #596054

Text Example


Text Example

HTML Codes & Css Web 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>