#558AAA

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

Shades of Air Force Blue #558AAA

Tints of Air Force Blue #558AAA

Color information

#558AAA (or 0x558AAA) is unknown color: approx Air Force Blue. HEX triplet: 55, 8A and AA. RGB value is (85,138,170). Sum of RGB (Red+Green+Blue) = 85+138+170=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #558AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558AAA is #AA7555. Grayscale: #7D7D7D. Windows color (decimal): -11171158 or 11176533. OLE color: 11176533.

HSL color Cylindrical-coordinate representation of color #558AAA: hue angle of 202.59º 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 #558AAA is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB85138170-
CMYK0.500.1900.33
HSL202.59º33.33%50%-
HSV(B)202.59º50%66.67%-
XYZ20.0923.0141.41-
YUV125.8152.9498.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=21.63%
G=35.11%
B=43.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851381700.500.1900.33202.5933.3350
Hex558AAA3213021cb2132
Octal12521225262230413134162
Binary1010101100010101010101011001010011010000111001011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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