Html Css Color HEX #545851 Battleship Grey

📋 copy color: '#545851'

red 84 ◦ green 88 ◦ blue 81

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

Shades of Battleship Grey #545851

Tints of Battleship Grey #545851

RGB

 RED value IS 84 (33.2% from 255) = 33.2%

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

 BLUE value IS 81 (32.03% from 255) = 32.02%

R = 33.2%
G = 34.78%
B = 32.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#545851 (or 0x545851) is known color: Battleship Grey. HEX triplet: 54, 58 and 51. RGB value is (84,88,81). Sum of RGB (Red+Green+Blue) = 84+88+81=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 88 - color contains mainly: green. Hex color #545851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545851 is #ABA7AE. Grayscale: #565656. Windows color (decimal): -11249583 or 5331028. OLE color: 5331028.

HSL color Cylindrical-coordinate representation of color #545851: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #545851 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 88 81 -
CMYK 0.05 0 0.08 0.65
HSL 94.29º 0.04% 0.33% -
HSV(B) 94.29º 0.08% 0.35% -
XYZ 8.63 9.46 9.16 -
YUV 86.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 84 88 81 0.05 0 0.08 0.65 94.29 0.04 0.33
Hex 54 58 51 5 0 8 41 5E 4 21
Octal 124 130 121 5 0 10 101 136 4 41
Binary 1010100 1011000 1010001 101 0 1000 1000001 1011110 100 100001

Color Harmonies of #545851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545851

Black with #545851

Text Example


Text Example

White with #545851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545851; }

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

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

background-color css

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

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

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

border-color css

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

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

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