Html Css Color HEX #51564F Battleship Grey

📋 copy color: '#51564F'

red 81 ◦ green 86 ◦ blue 79

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

Shades of Battleship Grey #51564F

Tints of Battleship Grey #51564F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.11%

R = 32.93%
G = 34.96%
B = 32.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#51564F (or 0x51564F) is known color: Battleship Grey. HEX triplet: 51, 56 and 4F. RGB value is (81,86,79). Sum of RGB (Red+Green+Blue) = 81+86+79=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 86 - color contains mainly: green. Hex color #51564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51564F is #AEA9B0. Grayscale: #535353. Windows color (decimal): -11446705 or 5199441. OLE color: 5199441.

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

Color convert

RGB 81 86 79 -
CMYK 0.06 0 0.08 0.66
HSL 102.86º 0.04% 0.32% -
HSV(B) 102.86º 0.08% 0.34% -
XYZ 8.13 8.97 8.7 -
YUV 83.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 81 86 79 0.06 0 0.08 0.66 102.86 0.04 0.32
Hex 51 56 4F 6 0 8 42 67 4 20
Octal 121 126 117 6 0 10 102 147 4 40
Binary 1010001 1010110 1001111 110 0 1000 1000010 1100111 100 100000

Color Harmonies of #51564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51564F

Black with #51564F

Text Example


Text Example

White with #51564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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