#558fac

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

Shades of Air Force Blue #558FAC

Tints of Air Force Blue #558FAC

Color information

#558FAC (or 0x558FAC) is unknown color: approx Air Force Blue. HEX triplet: 55, 8F and AC. RGB value is (85,143,172). Sum of RGB (Red+Green+Blue) = 85+143+172=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #558FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558FAC is #AA7053. Grayscale: #808080. Windows color (decimal): -11169876 or 11308885. OLE color: 11308885.

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

Color convert

RGB85143172-
CMYK0.510.1700.33
HSL200º34.39%50.39%-
HSV(B)200º50.58%67.45%-
XYZ21.0224.5542.66-
YUV128.96152.2896.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 172 (67.58% from 255) = 43%
R=21.25%
G=35.75%
B=43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851431720.510.1700.3320034.3950.39
Hex558FAC3311021c82232
Octal12521725463210413104262
Binary1010101100011111010110011001110001010000111001000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558fac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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