#557BA9

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

Shades of Air Force Blue #557BA9

Tints of Air Force Blue #557BA9

Color information

#557BA9 (or 0x557BA9) is unknown color: approx Air Force Blue. HEX triplet: 55, 7B and A9. RGB value is (85,123,169). Sum of RGB (Red+Green+Blue) = 85+123+169=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #557BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557BA9 is #AA8456. Grayscale: #747474. Windows color (decimal): -11174999 or 11107157. OLE color: 11107157.

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

Color convert

RGB85123169-
CMYK0.500.2700.34
HSL212.86º33.07%49.8%-
HSV(B)212.86º49.7%66.27%-
XYZ17.9918.9640.25-
YUV116.88157.41105.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.55%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 169 (66.41% from 255) = 44.83%
R=22.55%
G=32.63%
B=44.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851231690.500.2700.34212.8633.0749.8
Hex557BA9321B022d52132
Octal12517325162330423254162
Binary101010111110111010100111001011011010001011010101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,123,169); }

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

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

 a { background-color: rgb(85,123,169); }

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

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

 span { border-color: rgb(85,123,169); }

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