#548EB4

Color #548EB4 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #548EB4

Tints of Air Force Blue #548EB4

Color information

#548EB4 (or 0x548EB4) is unknown color: approx Air Force Blue. HEX triplet: 54, 8E and B4. RGB value is (84,142,180). Sum of RGB (Red+Green+Blue) = 84+142+180=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #548EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EB4 is #AB714B. Grayscale: #808080. Windows color (decimal): -11235660 or 11832916. OLE color: 11832916.

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

Color convert

RGB84142180-
CMYK0.530.2100.29
HSL203.75º39.02%51.76%-
HSV(B)203.75º53.33%70.59%-
XYZ21.5724.5346.78-
YUV128.99156.7895.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.69%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 180 (70.70% from 255) = 44.33%
R=20.69%
G=34.98%
B=44.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841421800.530.2100.29203.7539.0251.76
Hex548EB4351501Dcc2734
Octal12421626465250353144764
Binary101010010001110101101001101011010101110111001100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,142,180); }

 H1.HeaderClassName
 {
   color: #548EB4;
 }
 .AnyTagClassName
 {
   color: #548EB4;
 }
</style>
background-color css

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

 a { background-color: rgb(84,142,180); }

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

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

 span { border-color: rgb(84,142,180); }

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