Html Css Color HEX #59594F Ship Grey

📋 copy color: '#59594F'

red 89 ◦ green 89 ◦ blue 79

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

Shades of Ship Grey #59594F

Tints of Ship Grey #59594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.74%

R = 34.63%
G = 34.63%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59594F (or 0x59594F) is known color: Ship Grey. HEX triplet: 59, 59 and 4F. RGB value is (89,89,79). Sum of RGB (Red+Green+Blue) = 89+89+79=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59594F is #A6A6B0. Grayscale: #575757. Windows color (decimal): -10921649 or 5200217. OLE color: 5200217.

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

Color convert

RGB 89 89 79 -
CMYK 0 0 0.11 0.65
HSL 60º 0.06% 0.33% -
HSV(B) 60º 0.11% 0.35% -
XYZ 9.1 9.83 8.82 -
YUV 87.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 89 89 79 0 0 0.11 0.65 60 0.06 0.33
Hex 59 59 4F 0 0 B 41 3C 6 21
Octal 131 131 117 0 0 13 101 74 6 41
Binary 1011001 1011001 1001111 0 0 1011 1000001 111100 110 100001

Color Harmonies of #59594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59594F

Black with #59594F

Text Example


Text Example

White with #59594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59594F; }

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

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

background-color css

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

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

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

border-color css

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

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

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