#585F53

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

Shades of Battleship Grey #585F53

Tints of Battleship Grey #585F53

Color information

#585F53 (or 0x585F53) is unknown color: approx Battleship Grey. HEX triplet: 58, 5F and 53. RGB value is (88,95,83). Sum of RGB (Red+Green+Blue) = 88+95+83=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 95 - color contains mainly: green. Hex color #585F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F53 is #A7A0AC. Grayscale: #5B5B5B. Windows color (decimal): -10985645 or 5463896. OLE color: 5463896.

HSL color Cylindrical-coordinate representation of color #585F53: hue angle of 95º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #585F53 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB889583-
CMYK0.0700.130.63
HSL95º6.74%34.9%-
HSV(B)95º12.63%37.25%-
XYZ9.6810.889.77-
YUV91.54123.18125.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.08%
GREEN value IS 95 (37.5% from 255) = 35.71%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=33.08%
G=35.71%
B=31.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8895830.0700.130.63956.7434.9
Hex585F5370D3F5f723
Octal130137123701577137743
Binary101100010111111010011111011011111111011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585F53; }

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

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

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

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

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

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

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

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