#585850

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

Shades of Ship Grey #585850

Tints of Ship Grey #585850

Color information

#585850 (or 0x585850) is unknown color: approx Ship Grey. HEX triplet: 58, 58 and 50. RGB value is (88,88,80). Sum of RGB (Red+Green+Blue) = 88+88+80=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585850 is #A7A7AF. Grayscale: #575757. Windows color (decimal): -10987440 or 5265496. OLE color: 5265496.

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

Color convert

RGB888880-
CMYK000.090.65
HSL60º4.76%32.94%-
HSV(B)60º9.09%34.51%-
XYZ8.969.638.98-
YUV87.09124128.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.38%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=34.38%
G=34.38%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888880000.090.65604.7632.94
Hex585850009413c521
Octal130130120001110174541
Binary1011000101100010100000010011000001111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585850; }

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

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

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

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

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

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

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

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