Html Css Color HEX #595E56 Battleship Grey

📋 copy color: '#595E56'

red 89 ◦ green 94 ◦ blue 86

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

Shades of Battleship Grey #595E56

Tints of Battleship Grey #595E56

RGB

 RED value IS 89 (35.16% from 255) = 33.09%

 GREEN value IS 94 (37.11% from 255) = 34.94%

 BLUE value IS 86 (33.98% from 255) = 31.97%

R = 33.09%
G = 34.94%
B = 31.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#595E56 (or 0x595E56) is known color: Battleship Grey. HEX triplet: 59, 5E and 56. RGB value is (89,94,86). Sum of RGB (Red+Green+Blue) = 89+94+86=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 94 - color contains mainly: green. Hex color #595E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595E56 is #A6A1A9. Grayscale: #5B5B5B. Windows color (decimal): -10920362 or 5660249. OLE color: 5660249.

HSL color Cylindrical-coordinate representation of color #595E56: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #595E56 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 94 86 -
CMYK 0.05 0 0.09 0.63
HSL 97.5º 0.04% 0.35% -
HSV(B) 97.5º 0.09% 0.37% -
XYZ 9.8 10.8 10.37 -
YUV 91.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 89 94 86 0.05 0 0.09 0.63 97.5 0.04 0.35
Hex 59 5E 56 5 0 9 3F 62 4 23
Octal 131 136 126 5 0 11 77 142 4 43
Binary 1011001 1011110 1010110 101 0 1001 111111 1100010 100 100011

Color Harmonies of #595E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595E56

Black with #595E56

Text Example


Text Example

White with #595E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595E56; }

 p { color: rgb(89,94,86); }

 H1.HeaderClassName
 {
   color: #595E56;
 }
 .AnyTagClassName
 {
   color: #595E56;
 }
</style>

background-color css

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

 a { background-color: rgb(89,94,86); }

 div.DivClassName
 {
   background-color: #595E56;
 }
 .BgClassName
 {
   background-color: #595E56;
 }
</style>

border-color css

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

 span { border-color: rgb(89,94,86); }

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