#558AA0

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

Shades of Air Force Blue #558AA0

Tints of Air Force Blue #558AA0

Color information

#558AA0 (or 0x558AA0) is unknown color: approx Air Force Blue. HEX triplet: 55, 8A and A0. RGB value is (85,138,160). Sum of RGB (Red+Green+Blue) = 85+138+160=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #558AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558AA0 is #AA755F. Grayscale: #7C7C7C. Windows color (decimal): -11171168 or 10521173. OLE color: 10521173.

HSL color Cylindrical-coordinate representation of color #558AA0: hue angle of 197.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #558AA0 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB85138160-
CMYK0.470.1400.37
HSL197.6º30.61%48.04%-
HSV(B)197.6º46.88%62.75%-
XYZ19.1822.6536.62-
YUV124.66147.9499.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=22.19%
G=36.03%
B=41.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal851381600.470.1400.37197.630.6148.04
Hex558AA02FE025c61f30
Octal12521224057160453063760
Binary10101011000101010100000101111111001001011100011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558AA0; }

 p { color: rgb(85,138,160); }

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

<style>
 a { background-color: #558AA0; }

 a { background-color: rgb(85,138,160); }

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

<style>
 span { border-color: #558AA0; }

 span { border-color: rgb(85,138,160); }

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