#558EA9

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

Shades of Air Force Blue #558EA9

Tints of Air Force Blue #558EA9

Color information

#558EA9 (or 0x558EA9) is unknown color: approx Air Force Blue. HEX triplet: 55, 8E and A9. RGB value is (85,142,169). Sum of RGB (Red+Green+Blue) = 85+142+169=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #558EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558EA9 is #AA7156. Grayscale: #7F7F7F. Windows color (decimal): -11170135 or 11112021. OLE color: 11112021.

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

Color convert

RGB85142169-
CMYK0.500.1600.34
HSL199.29º33.07%49.8%-
HSV(B)199.29º49.7%66.27%-
XYZ20.5824.1441.11-
YUV128.04151.1297.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 169 (66.41% from 255) = 42.68%
R=21.46%
G=35.86%
B=42.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851421690.500.1600.34199.2933.0749.8
Hex558EA93210022c72132
Octal12521625162200423074162
Binary1010101100011101010100111001010000010001011000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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