Html Css Color HEX #51564E Battleship Grey

📋 copy color: '#51564E'

red 81 ◦ green 86 ◦ blue 78

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

Shades of Battleship Grey #51564E

Tints of Battleship Grey #51564E

RGB

 RED value IS 81 (32.03% from 255) = 33.06%

 GREEN value IS 86 (33.98% from 255) = 35.1%

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 33.06%
G = 35.1%
B = 31.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#51564E (or 0x51564E) is known color: Battleship Grey. HEX triplet: 51, 56 and 4E. RGB value is (81,86,78). Sum of RGB (Red+Green+Blue) = 81+86+78=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 86 - color contains mainly: green. Hex color #51564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51564E is #AEA9B1. Grayscale: #535353. Windows color (decimal): -11446706 or 5133905. OLE color: 5133905.

HSL color Cylindrical-coordinate representation of color #51564E: hue angle of 97.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #51564E is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 81 86 78 -
CMYK 0.06 0 0.09 0.66
HSL 97.5º 0.05% 0.32% -
HSV(B) 97.5º 0.09% 0.34% -
XYZ 8.1 8.95 8.51 -
YUV 83.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 81 86 78 0.06 0 0.09 0.66 97.5 0.05 0.32
Hex 51 56 4E 6 0 9 42 62 5 20
Octal 121 126 116 6 0 11 102 142 5 40
Binary 1010001 1010110 1001110 110 0 1001 1000010 1100010 101 100000

Color Harmonies of #51564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51564E

Black with #51564E

Text Example


Text Example

White with #51564E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51564E; }

 p { color: rgb(81,86,78); }

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

background-color css

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

 a { background-color: rgb(81,86,78); }

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

border-color css

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

 span { border-color: rgb(81,86,78); }

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