Html Css Color HEX #545A50 Battleship Grey

📋 copy color: '#545A50'

red 84 ◦ green 90 ◦ blue 80

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

Shades of Battleship Grey #545A50

Tints of Battleship Grey #545A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.43%

 BLUE value IS 80 (31.64% from 255) = 31.5%

R = 33.07%
G = 35.43%
B = 31.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#545A50 (or 0x545A50) is known color: Battleship Grey. HEX triplet: 54, 5A and 50. RGB value is (84,90,80). Sum of RGB (Red+Green+Blue) = 84+90+80=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 90 - color contains mainly: green. Hex color #545A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A50 is #ABA5AF. Grayscale: #575757. Windows color (decimal): -11249072 or 5266004. OLE color: 5266004.

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

Color convert

RGB 84 90 80 -
CMYK 0.07 0 0.11 0.65
HSL 96º 0.06% 0.33% -
HSV(B) 96º 0.11% 0.35% -
XYZ 8.76 9.78 9.01 -
YUV 87.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 84 90 80 0.07 0 0.11 0.65 96 0.06 0.33
Hex 54 5A 50 7 0 B 41 60 6 21
Octal 124 132 120 7 0 13 101 140 6 41
Binary 1010100 1011010 1010000 111 0 1011 1000001 1100000 110 100001

Color Harmonies of #545A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545A50

Black with #545A50

Text Example


Text Example

White with #545A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545A50; }

 p { color: rgb(84,90,80); }

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

background-color css

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

 a { background-color: rgb(84,90,80); }

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

border-color css

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

 span { border-color: rgb(84,90,80); }

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