Html Css Color HEX #545A53 Battleship Grey

📋 copy color: '#545A53'

red 84 ◦ green 90 ◦ blue 83

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

Shades of Battleship Grey #545A53

Tints of Battleship Grey #545A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.3%

R = 32.68%
G = 35.02%
B = 32.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#545A53 (or 0x545A53) is known color: Battleship Grey. HEX triplet: 54, 5A and 53. RGB value is (84,90,83). Sum of RGB (Red+Green+Blue) = 84+90+83=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 90 - color contains mainly: green. Hex color #545A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A53 is #ABA5AC. Grayscale: #575757. Windows color (decimal): -11249069 or 5462612. OLE color: 5462612.

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

Color convert

RGB 84 90 83 -
CMYK 0.07 0 0.08 0.65
HSL 111.43º 0.04% 0.34% -
HSV(B) 111.43º 0.08% 0.35% -
XYZ 8.87 9.82 9.61 -
YUV 87.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 84 90 83 0.07 0 0.08 0.65 111.43 0.04 0.34
Hex 54 5A 53 7 0 8 41 6F 4 22
Octal 124 132 123 7 0 10 101 157 4 42
Binary 1010100 1011010 1010011 111 0 1000 1000001 1101111 100 100010

Color Harmonies of #545A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545A53

Black with #545A53

Text Example


Text Example

White with #545A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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