Html Css Color HEX #548DAD Air Force Blue

📋 copy color: '#548DAD'

red 84 ◦ green 141 ◦ blue 173

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

Shades of Air Force Blue #548DAD

Tints of Air Force Blue #548DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 21.11%
G = 35.43%
B = 43.47%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#548DAD (or 0x548DAD) is known color: Air Force Blue. HEX triplet: 54, 8D and AD. RGB value is (84,141,173). Sum of RGB (Red+Green+Blue) = 84+141+173=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #548DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548DAD is #AB7252. Grayscale: #7F7F7F. Windows color (decimal): -11235923 or 11373908. OLE color: 11373908.

HSL color Cylindrical-coordinate representation of color #548DAD: hue angle of 201.57º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #548DAD is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 141 173 -
CMYK 0.51 0.18 0 0.32
HSL 201.57º 0.35% 0.5% -
HSV(B) 201.57º 0.51% 0.68% -
XYZ 20.72 23.95 43.07 -
YUV 127.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 84 141 173 0.51 0.18 0 0.32 201.57 0.35 0.5
Hex 54 8D AD 33 12 0 20 CA 23 32
Octal 124 215 255 63 22 0 40 312 43 62
Binary 1010100 10001101 10101101 110011 10010 0 100000 11001010 100011 110010

Color Harmonies of #548DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548DAD

Black with #548DAD

Text Example


Text Example

White with #548DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548DAD; }

 p { color: rgb(84,141,173); }

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

background-color css

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

 a { background-color: rgb(84,141,173); }

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

border-color css

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

 span { border-color: rgb(84,141,173); }

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