Html Css Color HEX #595950 Ship Grey

📋 copy color: '#595950'

red 89 ◦ green 89 ◦ blue 80

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

Shades of Ship Grey #595950

Tints of Ship Grey #595950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.01%

R = 34.5%
G = 34.5%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#595950 (or 0x595950) is known color: Ship Grey. HEX triplet: 59, 59 and 50. RGB value is (89,89,80). Sum of RGB (Red+Green+Blue) = 89+89+80=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 89 - color contains mainly: red, green. Hex color #595950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595950 is #A6A6AF. Grayscale: #585858. Windows color (decimal): -10921648 or 5265753. OLE color: 5265753.

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

Color convert

RGB 89 89 80 -
CMYK 0 0 0.10 0.65
HSL 60º 0.05% 0.33% -
HSV(B) 60º 0.1% 0.35% -
XYZ 9.14 9.85 9.01 -
YUV 87.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 89 89 80 0 0 0.10 0.65 60 0.05 0.33
Hex 59 59 50 0 0 A 41 3C 5 21
Octal 131 131 120 0 0 12 101 74 5 41
Binary 1011001 1011001 1010000 0 0 1010 1000001 111100 101 100001

Color Harmonies of #595950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595950

Black with #595950

Text Example


Text Example

White with #595950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595950; }

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

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

background-color css

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

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

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

border-color css

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

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

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