#585851

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

Shades of Ship Grey #585851

Tints of Ship Grey #585851

Color information

#585851 (or 0x585851) is unknown color: approx Ship Grey. HEX triplet: 58, 58 and 51. RGB value is (88,88,81). Sum of RGB (Red+Green+Blue) = 88+88+81=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585851 is #A7A7AE. Grayscale: #575757. Windows color (decimal): -10987439 or 5331032. OLE color: 5331032.

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

Color convert

RGB888881-
CMYK000.080.65
HSL60º4.14%33.14%-
HSV(B)60º7.95%34.51%-
XYZ99.659.17-
YUV87.2124.5128.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.24%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 81 (32.03% from 255) = 31.52%
R=34.24%
G=34.24%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888881000.080.65604.1433.14
Hex585851008413c421
Octal130130121001010174441
Binary1011000101100010100010010001000001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585851; }

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

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

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

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

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

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

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

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