Html Css Color HEX #595F56 Battleship Grey

📋 copy color: '#595F56'

red 89 ◦ green 95 ◦ blue 86

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

Shades of Battleship Grey #595F56

Tints of Battleship Grey #595F56

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.19%

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

R = 32.96%
G = 35.19%
B = 31.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.63

RGB Variations

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

Color information

#595F56 (or 0x595F56) is known color: Battleship Grey. HEX triplet: 59, 5F and 56. RGB value is (89,95,86). Sum of RGB (Red+Green+Blue) = 89+95+86=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 95 - color contains mainly: green. Hex color #595F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F56 is #A6A0A9. Grayscale: #5C5C5C. Windows color (decimal): -10920106 or 5660505. OLE color: 5660505.

HSL color Cylindrical-coordinate representation of color #595F56: hue angle of 100º degrees, saturation: 0.05, 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 #595F56 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 95 86 -
CMYK 0.06 0 0.09 0.63
HSL 100º 0.05% 0.35% -
HSV(B) 100º 0.09% 0.37% -
XYZ 9.89 10.98 10.4 -
YUV 92.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 89 95 86 0.06 0 0.09 0.63 100 0.05 0.35
Hex 59 5F 56 6 0 9 3F 64 5 23
Octal 131 137 126 6 0 11 77 144 5 43
Binary 1011001 1011111 1010110 110 0 1001 111111 1100100 101 100011

Color Harmonies of #595F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F56

Black with #595F56

Text Example


Text Example

White with #595F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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