Html Css Color HEX #586055 Battleship Grey

📋 copy color: '#586055'

red 88 ◦ green 96 ◦ blue 85

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

Shades of Battleship Grey #586055

Tints of Battleship Grey #586055

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.69%

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

R = 32.71%
G = 35.69%
B = 31.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#586055 (or 0x586055) is known color: Battleship Grey. HEX triplet: 58, 60 and 55. RGB value is (88,96,85). Sum of RGB (Red+Green+Blue) = 88+96+85=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 96 - color contains mainly: green. Hex color #586055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586055 is #A79FAA. Grayscale: #5C5C5C. Windows color (decimal): -10985387 or 5595224. OLE color: 5595224.

HSL color Cylindrical-coordinate representation of color #586055: hue angle of 103.64º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #586055 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 96 85 -
CMYK 0.08 0 0.11 0.62
HSL 103.64º 0.06% 0.35% -
HSV(B) 103.64º 0.11% 0.38% -
XYZ 9.85 11.1 10.22 -
YUV 92.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 88 96 85 0.08 0 0.11 0.62 103.64 0.06 0.35
Hex 58 60 55 8 0 B 3E 68 6 23
Octal 130 140 125 10 0 13 76 150 6 43
Binary 1011000 1100000 1010101 1000 0 1011 111110 1101000 110 100011

Color Harmonies of #586055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586055

Black with #586055

Text Example


Text Example

White with #586055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586055; }

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

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

background-color css

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

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

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

border-color css

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

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

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