Html Css Color HEX #51554F Battleship Grey

📋 copy color: '#51554F'

red 81 ◦ green 85 ◦ blue 79

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

Shades of Battleship Grey #51554F

Tints of Battleship Grey #51554F

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 value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#51554F (or 0x51554F) is known color: 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

RGB 81 85 79 -
CMYK 0.05 0 0.07 0.67
HSL 100º 0.04% 0.32% -
HSV(B) 100º 0.07% 0.33% -
XYZ 8.05 8.81 8.67 -
YUV 83.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 81 85 79 0.05 0 0.07 0.67 100 0.04 0.32
Hex 51 55 4F 5 0 7 43 64 4 20
Octal 121 125 117 5 0 7 103 144 4 40
Binary 1010001 1010101 1001111 101 0 111 1000011 1100100 100 100000

Color Harmonies of #51554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51554F

Black with #51554F

Text Example


Text Example

White with #51554F

Text Example


Text Example

HTML Codes & Css Web 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>