#548DB4

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

Shades of Air Force Blue #548DB4

Tints of Air Force Blue #548DB4

Color information

#548DB4 (or 0x548DB4) is unknown color: approx Air Force Blue. HEX triplet: 54, 8D and B4. RGB value is (84,141,180). Sum of RGB (Red+Green+Blue) = 84+141+180=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #548DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DB4 is #AB724B. Grayscale: #808080. Windows color (decimal): -11235916 or 11832660. OLE color: 11832660.

HSL color Cylindrical-coordinate representation of color #548DB4: hue angle of 204.38º 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 #548DB4 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB84141180-
CMYK0.530.2200.29
HSL204.38º39.02%51.76%-
HSV(B)204.38º53.33%70.59%-
XYZ21.4224.2346.73-
YUV128.4157.1296.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.74%
GREEN value IS 141 (55.47% from 255) = 34.81%
BLUE value IS 180 (70.70% from 255) = 44.44%
R=20.74%
G=34.81%
B=44.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841411800.530.2200.29204.3839.0251.76
Hex548DB4351601Dcc2734
Octal12421526465260353144764
Binary101010010001101101101001101011011001110111001100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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