#58594E

Color #58594E Ship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Grey #58594E

Tints of Ship Grey #58594E

Color information

#58594E (or 0x58594E) is unknown color: approx Ship Grey. HEX triplet: 58, 59 and 4E. RGB value is (88,89,78). Sum of RGB (Red+Green+Blue) = 88+89+78=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 89 - color contains mainly: green. Hex color #58594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58594E is #A7A6B1. Grayscale: #575757. Windows color (decimal): -10987186 or 5134680. OLE color: 5134680.

HSL color Cylindrical-coordinate representation of color #58594E: hue angle of 65.45º 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 #58594E is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB888978-
CMYK0.0100.120.65
HSL65.45º6.59%32.75%-
HSV(B)65.45º12.36%34.9%-
XYZ8.979.778.62-
YUV87.45122.67128.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.51%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=34.51%
G=34.90%
B=30.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8889780.0100.120.6565.456.5932.75
Hex58594E10C4141721
Octal1301311161014101101741
Binary10110001011001100111010110010000011000001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58594E;
 }
 .AnyTagClassName
 {
   color: #58594E;
 }
</style>
background-color css

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

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

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

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

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

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