Html Css Color HEX #548BA5 Air Force Blue

📋 copy color: '#548BA5'

red 84 ◦ green 139 ◦ blue 165

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

Shades of Air Force Blue #548BA5

Tints of Air Force Blue #548BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.53%

R = 21.65%
G = 35.82%
B = 42.53%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#548BA5 (or 0x548BA5) is known color: Air Force Blue. HEX triplet: 54, 8B and A5. RGB value is (84,139,165). Sum of RGB (Red+Green+Blue) = 84+139+165=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 165 - color contains mainly: blue. Hex color #548BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548BA5 is #AB745A. Grayscale: #7D7D7D. Windows color (decimal): -11236443 or 10849108. OLE color: 10849108.

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

Color convert

RGB 84 139 165 -
CMYK 0.49 0.16 0 0.35
HSL 199.26º 0.33% 0.49% -
HSV(B) 199.26º 0.49% 0.65% -
XYZ 19.68 23.07 39.01 -
YUV 125.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 84 139 165 0.49 0.16 0 0.35 199.26 0.33 0.49
Hex 54 8B A5 31 10 0 23 C7 21 31
Octal 124 213 245 61 20 0 43 307 41 61
Binary 1010100 10001011 10100101 110001 10000 0 100011 11000111 100001 110001

Color Harmonies of #548BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548BA5

Black with #548BA5

Text Example


Text Example

White with #548BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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