#58584A

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

Shades of Ship Grey #58584A

Tints of Ship Grey #58584A

Color information

#58584A (or 0x58584A) is unknown color: approx Ship Grey. HEX triplet: 58, 58 and 4A. RGB value is (88,88,74). Sum of RGB (Red+Green+Blue) = 88+88+74=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58584A is #A7A7B5. Grayscale: #565656. Windows color (decimal): -10987446 or 4872280. OLE color: 4872280.

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

Color convert

RGB888874-
CMYK000.160.65
HSL60º8.64%31.76%-
HSV(B)60º15.91%34.51%-
XYZ8.759.557.86-
YUV86.4121129.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=35.2%
G=35.2%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888874000.160.65608.6431.76
Hex58584A0010413c920
Octal1301301120020101741140
Binary101100010110001001010001000010000011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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