#585853

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

Shades of Ship Grey #585853

Tints of Ship Grey #585853

Color information

#585853 (or 0x585853) is unknown color: approx Ship Grey. HEX triplet: 58, 58 and 53. RGB value is (88,88,83). Sum of RGB (Red+Green+Blue) = 88+88+83=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585853 is #A7A7AC. Grayscale: #575757. Windows color (decimal): -10987437 or 5462104. OLE color: 5462104.

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

Color convert

RGB888883-
CMYK000.060.65
HSL60º2.92%33.53%-
HSV(B)60º5.68%34.51%-
XYZ9.089.689.57-
YUV87.43125.5128.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=33.98%
G=33.98%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal888883000.060.65602.9233.53
Hex585853006413c322
Octal13013012300610174342
Binary10110001011000101001100110100000111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585853; }

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

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

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

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

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

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

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

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