Html Css Color HEX #576155 Battleship Grey

📋 copy color: '#576155'

red 87 ◦ green 97 ◦ blue 85

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

Shades of Battleship Grey #576155

Tints of Battleship Grey #576155

RGB

 RED value IS 87 (34.38% from 255) = 32.34%

 GREEN value IS 97 (38.28% from 255) = 36.06%

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

R = 32.34%
G = 36.06%
B = 31.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#576155 (or 0x576155) is known color: Battleship Grey. HEX triplet: 57, 61 and 55. RGB value is (87,97,85). Sum of RGB (Red+Green+Blue) = 87+97+85=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 97 - color contains mainly: green. Hex color #576155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576155 is #A89EAA. Grayscale: #5C5C5C. Windows color (decimal): -11050667 or 5595479. OLE color: 5595479.

HSL color Cylindrical-coordinate representation of color #576155: hue angle of 110º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #576155 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 97 85 -
CMYK 0.10 0 0.12 0.62
HSL 110º 0.07% 0.36% -
HSV(B) 110º 0.12% 0.38% -
XYZ 9.84 11.23 10.24 -
YUV 92.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 87 97 85 0.10 0 0.12 0.62 110 0.07 0.36
Hex 57 61 55 A 0 C 3E 6E 7 24
Octal 127 141 125 12 0 14 76 156 7 44
Binary 1010111 1100001 1010101 1010 0 1100 111110 1101110 111 100100

Color Harmonies of #576155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576155

Black with #576155

Text Example


Text Example

White with #576155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576155; }

 p { color: rgb(87,97,85); }

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

background-color css

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

 a { background-color: rgb(87,97,85); }

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

border-color css

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

 span { border-color: rgb(87,97,85); }

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