Html Css Color HEX #595F54 Battleship Grey

📋 copy color: '#595F54'

red 89 ◦ green 95 ◦ blue 84

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

Shades of Battleship Grey #595F54

Tints of Battleship Grey #595F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.34%

R = 33.21%
G = 35.45%
B = 31.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.63

RGB Variations

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

Color information

#595F54 (or 0x595F54) is known color: Battleship Grey. HEX triplet: 59, 5F and 54. RGB value is (89,95,84). Sum of RGB (Red+Green+Blue) = 89+95+84=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 95 - color contains mainly: green. Hex color #595F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F54 is #A6A0AB. Grayscale: #5B5B5B. Windows color (decimal): -10920108 or 5529433. OLE color: 5529433.

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

Color convert

RGB 89 95 84 -
CMYK 0.06 0 0.12 0.63
HSL 92.73º 0.06% 0.35% -
HSV(B) 92.73º 0.12% 0.37% -
XYZ 9.81 10.95 9.98 -
YUV 91.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 89 95 84 0.06 0 0.12 0.63 92.73 0.06 0.35
Hex 59 5F 54 6 0 C 3F 5D 6 23
Octal 131 137 124 6 0 14 77 135 6 43
Binary 1011001 1011111 1010100 110 0 1100 111111 1011101 110 100011

Color Harmonies of #595F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F54

Black with #595F54

Text Example


Text Example

White with #595F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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