#58584C

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

Shades of Ship Grey #58584C

Tints of Ship Grey #58584C

Color information

#58584C (or 0x58584C) is unknown color: approx Ship Grey. HEX triplet: 58, 58 and 4C. RGB value is (88,88,76). Sum of RGB (Red+Green+Blue) = 88+88+76=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58584C is #A7A7B3. Grayscale: #565656. Windows color (decimal): -10987444 or 5003352. OLE color: 5003352.

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

Color convert

RGB888876-
CMYK000.140.65
HSL60º7.32%32.16%-
HSV(B)60º13.64%34.51%-
XYZ8.829.588.22-
YUV86.63122128.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.92%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=34.92%
G=34.92%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888876000.140.65607.3232.16
Hex58584C00E413c720
Octal130130114001610174740
Binary1011000101100010011000011101000001111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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