Html Css Color HEX #576154 Battleship Grey

📋 copy color: '#576154'

red 87 ◦ green 97 ◦ blue 84

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

Shades of Battleship Grey #576154

Tints of Battleship Grey #576154

RGB

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

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

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

R = 32.46%
G = 36.19%
B = 31.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#576154 (or 0x576154) is known color: Battleship Grey. HEX triplet: 57, 61 and 54. RGB value is (87,97,84). Sum of RGB (Red+Green+Blue) = 87+97+84=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 97 - color contains mainly: green. Hex color #576154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576154 is #A89EAB. Grayscale: #5C5C5C. Windows color (decimal): -11050668 or 5529943. OLE color: 5529943.

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

Color convert

RGB 87 97 84 -
CMYK 0.10 0 0.13 0.62
HSL 106.15º 0.07% 0.35% -
HSV(B) 106.15º 0.13% 0.38% -
XYZ 9.81 11.22 10.04 -
YUV 92.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 87 97 84 0.10 0 0.13 0.62 106.15 0.07 0.35
Hex 57 61 54 A 0 D 3E 6A 7 23
Octal 127 141 124 12 0 15 76 152 7 43
Binary 1010111 1100001 1010100 1010 0 1101 111110 1101010 111 100011

Color Harmonies of #576154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576154

Black with #576154

Text Example


Text Example

White with #576154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576154; }

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

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

background-color css

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

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

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

border-color css

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

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

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