#585E53

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

Shades of Battleship Grey #585E53

Tints of Battleship Grey #585E53

Color information

#585E53 (or 0x585E53) is unknown color: approx Battleship Grey. HEX triplet: 58, 5E and 53. RGB value is (88,94,83). Sum of RGB (Red+Green+Blue) = 88+94+83=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 94 (37.11% from 255 or 35.47% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 94 - color contains mainly: green. Hex color #585E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E53 is #A7A1AC. Grayscale: #5A5A5A. Windows color (decimal): -10985901 or 5463640. OLE color: 5463640.

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

Color convert

RGB889483-
CMYK0.0600.120.63
HSL92.73º6.21%34.71%-
HSV(B)92.73º11.7%36.86%-
XYZ9.5910.79.74-
YUV90.95123.51125.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 94 (37.11% from 255) = 35.47%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=33.21%
G=35.47%
B=31.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8894830.0600.120.6392.736.2134.71
Hex585E5360C3F5d623
Octal130136123601477135643
Binary101100010111101010011110011001111111011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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