Html Css Color HEX #585D54 Battleship Grey

📋 copy color: '#585D54'

red 88 ◦ green 93 ◦ blue 84

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

Shades of Battleship Grey #585D54

Tints of Battleship Grey #585D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.7%

R = 33.21%
G = 35.09%
B = 31.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#585D54 (or 0x585D54) is known color: Battleship Grey. HEX triplet: 58, 5D and 54. RGB value is (88,93,84). Sum of RGB (Red+Green+Blue) = 88+93+84=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 93 - color contains mainly: green. Hex color #585D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585D54 is #A7A2AB. Grayscale: #5A5A5A. Windows color (decimal): -10986156 or 5528920. OLE color: 5528920.

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

Color convert

RGB 88 93 84 -
CMYK 0.05 0 0.10 0.64
HSL 93.33º 0.05% 0.35% -
HSV(B) 93.33º 0.1% 0.36% -
XYZ 9.54 10.54 9.92 -
YUV 90.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 88 93 84 0.05 0 0.10 0.64 93.33 0.05 0.35
Hex 58 5D 54 5 0 A 40 5D 5 23
Octal 130 135 124 5 0 12 100 135 5 43
Binary 1011000 1011101 1010100 101 0 1010 1000000 1011101 101 100011

Color Harmonies of #585D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585D54

Black with #585D54

Text Example


Text Example

White with #585D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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