#585854

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

Shades of Ship Grey #585854

Tints of Ship Grey #585854

Color information

#585854 (or 0x585854) is unknown color: approx Ship Grey. HEX triplet: 58, 58 and 54. RGB value is (88,88,84). Sum of RGB (Red+Green+Blue) = 88+88+84=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585854 is #A7A7AB. Grayscale: #575757. Windows color (decimal): -10987436 or 5527640. OLE color: 5527640.

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

Color convert

RGB888884-
CMYK000.050.65
HSL60º2.33%33.73%-
HSV(B)60º4.55%34.51%-
XYZ9.119.699.78-
YUV87.54126128.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.85%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 84 (33.20% from 255) = 32.31%
R=33.85%
G=33.85%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888884000.050.65602.3333.73
Hex585854005413c222
Octal13013012400510174242
Binary10110001011000101010000101100000111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585854; }

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

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

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

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

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

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

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

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