#558DAE

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

Shades of Air Force Blue #558DAE

Tints of Air Force Blue #558DAE

Color information

#558DAE (or 0x558DAE) is unknown color: approx Air Force Blue. HEX triplet: 55, 8D and AE. RGB value is (85,141,174). Sum of RGB (Red+Green+Blue) = 85+141+174=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #558DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558DAE is #AA7251. Grayscale: #7F7F7F. Windows color (decimal): -11170386 or 11439445. OLE color: 11439445.

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

Color convert

RGB85141174-
CMYK0.510.1900.32
HSL202.25º35.46%50.78%-
HSV(B)202.25º51.15%68.24%-
XYZ20.9124.0443.58-
YUV128.02153.9597.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 141 (55.47% from 255) = 35.25%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=21.25%
G=35.25%
B=43.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851411740.510.1900.32202.2535.4650.78
Hex558DAE3313020ca2333
Octal12521525663230403124363
Binary1010101100011011010111011001110011010000011001010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,141,174); }

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

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

 a { background-color: rgb(85,141,174); }

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

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

 span { border-color: rgb(85,141,174); }

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