#558BA8

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

Shades of Air Force Blue #558BA8

Tints of Air Force Blue #558BA8

Color information

#558BA8 (or 0x558BA8) is unknown color: approx Air Force Blue. HEX triplet: 55, 8B and A8. RGB value is (85,139,168). Sum of RGB (Red+Green+Blue) = 85+139+168=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 168 - color contains mainly: blue. Hex color #558BA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558BA8 is #AA7457. Grayscale: #7D7D7D. Windows color (decimal): -11170904 or 11045717. OLE color: 11045717.

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

Color convert

RGB85139168-
CMYK0.490.1700.34
HSL200.96º32.81%49.61%-
HSV(B)200.96º49.4%65.88%-
XYZ20.0523.2240.47-
YUV126.16151.6198.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.68%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 168 (66.02% from 255) = 42.86%
R=21.68%
G=35.46%
B=42.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851391680.490.1700.34200.9632.8149.61
Hex558BA83111022c92132
Octal12521325061210423114162
Binary1010101100010111010100011000110001010001011001001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,139,168); }

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

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

 a { background-color: rgb(85,139,168); }

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

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

 span { border-color: rgb(85,139,168); }

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