Html Css Color HEX #585F53 Battleship Grey

📋 copy color: '#585F53'

red 88 ◦ green 95 ◦ blue 83

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

Shades of Battleship Grey #585F53

Tints of Battleship Grey #585F53

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.2%

R = 33.08%
G = 35.71%
B = 31.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#585F53 (or 0x585F53) is known color: 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

RGB 88 95 83 -
CMYK 0.07 0 0.13 0.63
HSL 95º 0.07% 0.35% -
HSV(B) 95º 0.13% 0.37% -
XYZ 9.68 10.88 9.77 -
YUV 91.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 88 95 83 0.07 0 0.13 0.63 95 0.07 0.35
Hex 58 5F 53 7 0 D 3F 5F 7 23
Octal 130 137 123 7 0 15 77 137 7 43
Binary 1011000 1011111 1010011 111 0 1101 111111 1011111 111 100011

Color Harmonies of #585F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F53

Black with #585F53

Text Example


Text Example

White with #585F53

Text Example


Text Example

HTML Codes & Css Web 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>