Html Css Color HEX #595955 Ship Grey

📋 copy color: '#595955'

red 89 ◦ green 89 ◦ blue 85

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

Shades of Ship Grey #595955

Tints of Ship Grey #595955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.84%

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 33.84%
G = 33.84%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#595955 (or 0x595955) is known color: Ship Grey. HEX triplet: 59, 59 and 55. RGB value is (89,89,85). Sum of RGB (Red+Green+Blue) = 89+89+85=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595955 is #A6A6AA. Grayscale: #585858. Windows color (decimal): -10921643 or 5593433. OLE color: 5593433.

HSL color Cylindrical-coordinate representation of color #595955: hue angle of 60º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #595955 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 89 85 -
CMYK 0 0 0.04 0.65
HSL 60º 0.02% 0.34% -
HSV(B) 60º 0.04% 0.35% -
XYZ 9.33 9.92 10.02 -
YUV 88.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 89 89 85 0 0 0.04 0.65 60 0.02 0.34
Hex 59 59 55 0 0 4 41 3C 2 22
Octal 131 131 125 0 0 4 101 74 2 42
Binary 1011001 1011001 1010101 0 0 100 1000001 111100 10 100010

Color Harmonies of #595955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595955

Black with #595955

Text Example


Text Example

White with #595955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595955; }

 p { color: rgb(89,89,85); }

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

background-color css

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

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

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

border-color css

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

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

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