#558BAC

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

Shades of Air Force Blue #558BAC

Tints of Air Force Blue #558BAC

Color information

#558BAC (or 0x558BAC) is unknown color: approx Air Force Blue. HEX triplet: 55, 8B and AC. RGB value is (85,139,172). Sum of RGB (Red+Green+Blue) = 85+139+172=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #558BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558BAC is #AA7453. Grayscale: #7E7E7E. Windows color (decimal): -11170900 or 11307861. OLE color: 11307861.

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

Color convert

RGB85139172-
CMYK0.510.1900.33
HSL202.76º34.39%50.39%-
HSV(B)202.76º50.58%67.45%-
XYZ20.4323.3842.47-
YUV126.62153.6198.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.46%
GREEN value IS 139 (54.69% from 255) = 35.10%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=21.46%
G=35.10%
B=43.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851391720.510.1900.33202.7634.3950.39
Hex558BAC3313021cb2232
Octal12521325463230413134262
Binary1010101100010111010110011001110011010000111001011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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