#58584B

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

Shades of Ship Grey #58584B

Tints of Ship Grey #58584B

Color information

#58584B (or 0x58584B) is unknown color: approx Ship Grey. HEX triplet: 58, 58 and 4B. RGB value is (88,88,75). Sum of RGB (Red+Green+Blue) = 88+88+75=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58584B is #A7A7B4. Grayscale: #565656. Windows color (decimal): -10987445 or 4937816. OLE color: 4937816.

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

Color convert

RGB888875-
CMYK000.150.65
HSL60º7.98%31.96%-
HSV(B)60º14.77%34.51%-
XYZ8.789.568.04-
YUV86.52121.5129.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.06%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 75 (29.69% from 255) = 29.88%
R=35.06%
G=35.06%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888875000.150.65607.9831.96
Hex58584B00F413c820
Octal1301301130017101741040
Binary10110001011000100101100111110000011111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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