#558EA8

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

Shades of Air Force Blue #558EA8

Tints of Air Force Blue #558EA8

Color information

#558EA8 (or 0x558EA8) is unknown color: approx Air Force Blue. HEX triplet: 55, 8E and A8. RGB value is (85,142,168). Sum of RGB (Red+Green+Blue) = 85+142+168=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 168 - color contains mainly: blue. Hex color #558EA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558EA8 is #AA7157. Grayscale: #7F7F7F. Windows color (decimal): -11170136 or 11046485. OLE color: 11046485.

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

Color convert

RGB85142168-
CMYK0.490.1500.34
HSL198.8º32.81%49.61%-
HSV(B)198.8º49.4%65.88%-
XYZ20.4924.140.62-
YUV127.92150.6297.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 142 (55.86% from 255) = 35.95%
BLUE value IS 168 (66.02% from 255) = 42.53%
R=21.52%
G=35.95%
B=42.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851421680.490.1500.34198.832.8149.61
Hex558EA831F022c72132
Octal12521625061170423074162
Binary101010110001110101010001100011111010001011000111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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