Html Css Color HEX #548BAC Air Force Blue

📋 copy color: '#548BAC'

red 84 ◦ green 139 ◦ blue 172

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

Shades of Air Force Blue #548BAC

Tints of Air Force Blue #548BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.19%

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 21.27%
G = 35.19%
B = 43.54%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#548BAC (or 0x548BAC) is known color: Air Force Blue. HEX triplet: 54, 8B and AC. RGB value is (84,139,172). Sum of RGB (Red+Green+Blue) = 84+139+172=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #548BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548BAC is #AB7453. Grayscale: #7E7E7E. Windows color (decimal): -11236436 or 11307860. OLE color: 11307860.

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

Color convert

RGB 84 139 172 -
CMYK 0.51 0.19 0 0.33
HSL 202.5º 0.35% 0.5% -
HSV(B) 202.5º 0.51% 0.67% -
XYZ 20.34 23.33 42.46 -
YUV 126.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 84 139 172 0.51 0.19 0 0.33 202.5 0.35 0.5
Hex 54 8B AC 33 13 0 21 CA 23 32
Octal 124 213 254 63 23 0 41 312 43 62
Binary 1010100 10001011 10101100 110011 10011 0 100001 11001010 100011 110010

Color Harmonies of #548BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548BAC

Black with #548BAC

Text Example


Text Example

White with #548BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,139,172); }

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

background-color css

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

 a { background-color: rgb(84,139,172); }

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

border-color css

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

 span { border-color: rgb(84,139,172); }

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