Html Css Color HEX #59594E Ship Grey

📋 copy color: '#59594E'

red 89 ◦ green 89 ◦ blue 78

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

Shades of Ship Grey #59594E

Tints of Ship Grey #59594E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.47%

R = 34.77%
G = 34.77%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59594E (or 0x59594E) is known color: Ship Grey. HEX triplet: 59, 59 and 4E. RGB value is (89,89,78). Sum of RGB (Red+Green+Blue) = 89+89+78=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 89 - color contains mainly: red, green. Hex color #59594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59594E is #A6A6B1. Grayscale: #575757. Windows color (decimal): -10921650 or 5134681. OLE color: 5134681.

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

Color convert

RGB 89 89 78 -
CMYK 0 0 0.12 0.65
HSL 60º 0.07% 0.33% -
HSV(B) 60º 0.12% 0.35% -
XYZ 9.07 9.82 8.63 -
YUV 87.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 89 89 78 0 0 0.12 0.65 60 0.07 0.33
Hex 59 59 4E 0 0 C 41 3C 7 21
Octal 131 131 116 0 0 14 101 74 7 41
Binary 1011001 1011001 1001110 0 0 1100 1000001 111100 111 100001

Color Harmonies of #59594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59594E

Black with #59594E

Text Example


Text Example

White with #59594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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