#558AAD

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

Shades of Air Force Blue #558AAD

Tints of Air Force Blue #558AAD

Color information

#558AAD (or 0x558AAD) is unknown color: approx Air Force Blue. HEX triplet: 55, 8A and AD. RGB value is (85,138,173). Sum of RGB (Red+Green+Blue) = 85+138+173=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #558AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558AAD is #AA7552. Grayscale: #7D7D7D. Windows color (decimal): -11171155 or 11373141. OLE color: 11373141.

HSL color Cylindrical-coordinate representation of color #558AAD: hue angle of 203.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #558AAD is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85138173-
CMYK0.510.2000.32
HSL203.86º34.92%50.59%-
HSV(B)203.86º50.87%67.84%-
XYZ20.3823.1342.92-
YUV126.14154.4498.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=21.46%
G=34.85%
B=43.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851381730.510.2000.32203.8634.9250.59
Hex558AAD3314020cc2333
Octal12521225563240403144363
Binary1010101100010101010110111001110100010000011001100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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