#576054

Color #576054 Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #576054

Tints of Battleship Grey #576054

Color information

#576054 (or 0x576054) is unknown color: approx Battleship Grey. HEX triplet: 57, 60 and 54. RGB value is (87,96,84). Sum of RGB (Red+Green+Blue) = 87+96+84=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 96 - color contains mainly: green. Hex color #576054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576054 is #A89FAB. Grayscale: #5B5B5B. Windows color (decimal): -11050924 or 5529687. OLE color: 5529687.

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

Color convert

RGB879684-
CMYK0.0900.120.62
HSL105º6.67%35.29%-
HSV(B)105º12.5%37.65%-
XYZ9.7111.0310-
YUV91.94123.52124.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=32.58%
G=35.96%
B=31.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796840.0900.120.621056.6735.29
Hex57605490C3E69723
Octal1271401241101476151743
Binary1010111110000010101001001011001111101101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576054; }

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

 H1.HeaderClassName
 {
   color: #576054;
 }
 .AnyTagClassName
 {
   color: #576054;
 }
</style>
background-color css

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

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

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

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

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

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