#548CB2

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

Shades of Air Force Blue #548CB2

Tints of Air Force Blue #548CB2

Color information

#548CB2 (or 0x548CB2) is unknown color: approx Air Force Blue. HEX triplet: 54, 8C and B2. RGB value is (84,140,178). Sum of RGB (Red+Green+Blue) = 84+140+178=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 178 - color contains mainly: blue. Hex color #548CB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548CB2 is #AB734D. Grayscale: #7F7F7F. Windows color (decimal): -11236174 or 11701332. OLE color: 11701332.

HSL color Cylindrical-coordinate representation of color #548CB2: hue angle of 204.26º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #548CB2 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB84140178-
CMYK0.530.2100.30
HSL204.26º37.9%51.37%-
HSV(B)204.26º52.81%69.8%-
XYZ21.0723.8645.61-
YUV127.59156.4596.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.90%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 178 (69.92% from 255) = 44.28%
R=20.90%
G=34.83%
B=44.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal841401780.530.2100.30204.2637.951.37
Hex548CB2351501Ecc2633
Octal12421426265250363144663
Binary101010010001100101100101101011010101111011001100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,140,178); }

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

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

 a { background-color: rgb(84,140,178); }

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

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

 span { border-color: rgb(84,140,178); }

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