Html Css Color HEX #51584D Battleship Grey

📋 copy color: '#51584D'

red 81 ◦ green 88 ◦ blue 77

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

Shades of Battleship Grey #51584D

Tints of Battleship Grey #51584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.77%

 BLUE value IS 77 (30.47% from 255) = 31.3%

R = 32.93%
G = 35.77%
B = 31.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#51584D (or 0x51584D) is known color: Battleship Grey. HEX triplet: 51, 58 and 4D. RGB value is (81,88,77). Sum of RGB (Red+Green+Blue) = 81+88+77=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #51584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51584D is #AEA7B2. Grayscale: #545454. Windows color (decimal): -11446195 or 5068881. OLE color: 5068881.

HSL color Cylindrical-coordinate representation of color #51584D: hue angle of 98.18º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #51584D is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 88 77 -
CMYK 0.08 0 0.12 0.65
HSL 98.18º 0.07% 0.32% -
HSV(B) 98.18º 0.13% 0.35% -
XYZ 8.22 9.26 8.38 -
YUV 84.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 81 88 77 0.08 0 0.12 0.65 98.18 0.07 0.32
Hex 51 58 4D 8 0 C 41 62 7 20
Octal 121 130 115 10 0 14 101 142 7 40
Binary 1010001 1011000 1001101 1000 0 1100 1000001 1100010 111 100000

Color Harmonies of #51584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51584D

Black with #51584D

Text Example


Text Example

White with #51584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51584D; }

 p { color: rgb(81,88,77); }

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

background-color css

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

 a { background-color: rgb(81,88,77); }

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

border-color css

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

 span { border-color: rgb(81,88,77); }

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