#557FAA

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

Shades of Air Force Blue #557FAA

Tints of Air Force Blue #557FAA

Color information

#557FAA (or 0x557FAA) is unknown color: approx Air Force Blue. HEX triplet: 55, 7F and AA. RGB value is (85,127,170). Sum of RGB (Red+Green+Blue) = 85+127+170=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #557FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557FAA is #AA8055. Grayscale: #777777. Windows color (decimal): -11173974 or 11173717. OLE color: 11173717.

HSL color Cylindrical-coordinate representation of color #557FAA: hue angle of 210.35º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #557FAA is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85127170-
CMYK0.500.2500.33
HSL210.35º33.33%50%-
HSV(B)210.35º50%66.67%-
XYZ18.5920.0140.91-
YUV119.34156.59103.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.25%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=22.25%
G=33.25%
B=44.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851271700.500.2500.33210.3533.3350
Hex557FAA3219021d22132
Octal12517725262310413224162
Binary101010111111111010101011001011001010000111010010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557FAA; }

 p { color: rgb(85,127,170); }

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

<style>
 a { background-color: #557FAA; }

 a { background-color: rgb(85,127,170); }

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

<style>
 span { border-color: #557FAA; }

 span { border-color: rgb(85,127,170); }

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