Html Css Color HEX #585D55 Battleship Grey

📋 copy color: '#585D55'

red 88 ◦ green 93 ◦ blue 85

#585D55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Battleship Grey #585D55

Tints of Battleship Grey #585D55

RGB

 RED value IS 88 (34.77% from 255) = 33.08%

 GREEN value IS 93 (36.72% from 255) = 34.96%

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 33.08%
G = 34.96%
B = 31.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#585D55 (or 0x585D55) is known color: Battleship Grey. HEX triplet: 58, 5D and 55. RGB value is (88,93,85). Sum of RGB (Red+Green+Blue) = 88+93+85=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 93 - color contains mainly: green. Hex color #585D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D55 is #A7A2AA. Grayscale: #5A5A5A. Windows color (decimal): -10986155 or 5594456. OLE color: 5594456.

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

Color convert

RGB 88 93 85 -
CMYK 0.05 0 0.09 0.64
HSL 97.5º 0.04% 0.35% -
HSV(B) 97.5º 0.09% 0.36% -
XYZ 9.58 10.56 10.13 -
YUV 90.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 88 93 85 0.05 0 0.09 0.64 97.5 0.04 0.35
Hex 58 5D 55 5 0 9 40 62 4 23
Octal 130 135 125 5 0 11 100 142 4 43
Binary 1011000 1011101 1010101 101 0 1001 1000000 1100010 100 100011

Color Harmonies of #585D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D55

Black with #585D55

Text Example


Text Example

White with #585D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,93,85); }

 H1.HeaderClassName
 {
   color: #585D55;
 }
 .AnyTagClassName
 {
   color: #585D55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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