Html Css Color HEX #548DB5 Air Force Blue

📋 copy color: '#548DB5'

red 84 ◦ green 141 ◦ blue 181

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

Shades of Air Force Blue #548DB5

Tints of Air Force Blue #548DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.58%

R = 20.69%
G = 34.73%
B = 44.58%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#548DB5 (or 0x548DB5) is known color: Air Force Blue. HEX triplet: 54, 8D and B5. RGB value is (84,141,181). Sum of RGB (Red+Green+Blue) = 84+141+181=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #548DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DB5 is #AB724A. Grayscale: #808080. Windows color (decimal): -11235915 or 11898196. OLE color: 11898196.

HSL color Cylindrical-coordinate representation of color #548DB5: hue angle of 204.74º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #548DB5 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 141 181 -
CMYK 0.54 0.22 0 0.29
HSL 204.74º 0.4% 0.52% -
HSV(B) 204.74º 0.54% 0.71% -
XYZ 21.52 24.27 47.27 -
YUV 128.52 157.62 96.25 -
System Red Green Blue C M Y K H S L
Decimal 84 141 181 0.54 0.22 0 0.29 204.74 0.4 0.52
Hex 54 8D B5 36 16 0 1D CD 28 34
Octal 124 215 265 66 26 0 35 315 50 64
Binary 1010100 10001101 10110101 110110 10110 0 11101 11001101 101000 110100

Color Harmonies of #548DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548DB5

Black with #548DB5

Text Example


Text Example

White with #548DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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