Html Css Color HEX #545951 Battleship Grey

📋 copy color: '#545951'

red 84 ◦ green 89 ◦ blue 81

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

Shades of Battleship Grey #545951

Tints of Battleship Grey #545951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.04%

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

R = 33.07%
G = 35.04%
B = 31.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#545951 (or 0x545951) is known color: Battleship Grey. HEX triplet: 54, 59 and 51. RGB value is (84,89,81). Sum of RGB (Red+Green+Blue) = 84+89+81=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 89 - color contains mainly: green. Hex color #545951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545951 is #ABA6AE. Grayscale: #565656. Windows color (decimal): -11249327 or 5331284. OLE color: 5331284.

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

Color convert

RGB 84 89 81 -
CMYK 0.06 0 0.09 0.65
HSL 97.5º 0.05% 0.33% -
HSV(B) 97.5º 0.09% 0.35% -
XYZ 8.71 9.62 9.18 -
YUV 86.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 84 89 81 0.06 0 0.09 0.65 97.5 0.05 0.33
Hex 54 59 51 6 0 9 41 62 5 21
Octal 124 131 121 6 0 11 101 142 5 41
Binary 1010100 1011001 1010001 110 0 1001 1000001 1100010 101 100001

Color Harmonies of #545951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545951

Black with #545951

Text Example


Text Example

White with #545951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545951; }

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

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

background-color css

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

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

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

border-color css

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

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

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