#558EAD

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

Shades of Air Force Blue #558EAD

Tints of Air Force Blue #558EAD

Color information

#558EAD (or 0x558EAD) is unknown color: approx Air Force Blue. HEX triplet: 55, 8E and AD. RGB value is (85,142,173). Sum of RGB (Red+Green+Blue) = 85+142+173=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 173 - color contains mainly: blue. Hex color #558EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558EAD is #AA7152. Grayscale: #808080. Windows color (decimal): -11170131 or 11374165. OLE color: 11374165.

HSL color Cylindrical-coordinate representation of color #558EAD: hue angle of 201.14º 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 #558EAD is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85142173-
CMYK0.510.1800.32
HSL201.14º34.92%50.59%-
HSV(B)201.14º50.87%67.84%-
XYZ20.9624.2943.12-
YUV128.49153.1296.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 142 (55.86% from 255) = 35.5%
BLUE value IS 173 (67.97% from 255) = 43.25%
R=21.25%
G=35.5%
B=43.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851421730.510.1800.32201.1434.9250.59
Hex558EAD3312020c92333
Octal12521625563220403114363
Binary1010101100011101010110111001110010010000011001001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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