#58584E

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

Shades of Ship Grey #58584E

Tints of Ship Grey #58584E

Color information

#58584E (or 0x58584E) is unknown color: approx Ship Grey. HEX triplet: 58, 58 and 4E. RGB value is (88,88,78). Sum of RGB (Red+Green+Blue) = 88+88+78=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58584E is #A7A7B1. Grayscale: #565656. Windows color (decimal): -10987442 or 5134424. OLE color: 5134424.

HSL color Cylindrical-coordinate representation of color #58584E: 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 #58584E is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB888878-
CMYK000.110.65
HSL60º6.02%32.55%-
HSV(B)60º11.36%34.51%-
XYZ8.899.68.59-
YUV86.86123128.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.65%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=34.65%
G=34.65%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888878000.110.65606.0232.55
Hex58584E00B413c621
Octal130130116001310174641
Binary1011000101100010011100010111000001111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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