#51554F

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

Shades of Battleship Grey #51554F

Tints of Battleship Grey #51554F

Color information

#51554F (or 0x51554F) is unknown color: approx Battleship Grey. HEX triplet: 51, 55 and 4F. RGB value is (81,85,79). Sum of RGB (Red+Green+Blue) = 81+85+79=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 85 - color contains mainly: green. Hex color #51554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51554F is #AEAAB0. Grayscale: #535353. Windows color (decimal): -11446961 or 5199185. OLE color: 5199185.

HSL color Cylindrical-coordinate representation of color #51554F: hue angle of 100º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #51554F is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB818579-
CMYK0.0500.070.67
HSL100º3.66%32.16%-
HSV(B)100º7.06%33.33%-
XYZ8.058.818.67-
YUV83.12125.67126.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=33.06%
G=34.69%
B=32.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8185790.0500.070.671003.6632.16
Hex51554F5074364420
Octal121125117507103144440
Binary101000110101011001111101011110000111100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51554F; }

 p { color: rgb(81,85,79); }

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

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

 a { background-color: rgb(81,85,79); }

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

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

 span { border-color: rgb(81,85,79); }

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