Html Css Color HEX #595F58 Battleship Grey

📋 copy color: '#595F58'

red 89 ◦ green 95 ◦ blue 88

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

Shades of Battleship Grey #595F58

Tints of Battleship Grey #595F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.35%

R = 32.72%
G = 34.93%
B = 32.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#595F58 (or 0x595F58) is known color: Battleship Grey. HEX triplet: 59, 5F and 58. RGB value is (89,95,88). Sum of RGB (Red+Green+Blue) = 89+95+88=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 95 - color contains mainly: green. Hex color #595F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595F58 is #A6A0A7. Grayscale: #5C5C5C. Windows color (decimal): -10920104 or 5791577. OLE color: 5791577.

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

Color convert

RGB 89 95 88 -
CMYK 0.06 0 0.07 0.63
HSL 111.43º 0.04% 0.36% -
HSV(B) 111.43º 0.07% 0.37% -
XYZ 9.97 11.01 10.83 -
YUV 92.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 89 95 88 0.06 0 0.07 0.63 111.43 0.04 0.36
Hex 59 5F 58 6 0 7 3F 6F 4 24
Octal 131 137 130 6 0 7 77 157 4 44
Binary 1011001 1011111 1011000 110 0 111 111111 1101111 100 100100

Color Harmonies of #595F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595F58

Black with #595F58

Text Example


Text Example

White with #595F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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