#5A86AC

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

Shades of Air Force Blue #5A86AC

Tints of Air Force Blue #5A86AC

Color information

#5A86AC (or 0x5A86AC) is unknown color: approx Air Force Blue. HEX triplet: 5A, 86 and AC. RGB value is (90,134,172). Sum of RGB (Red+Green+Blue) = 90+134+172=396 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.73% from 396); Green value is 134 (52.73% from 255 or 33.84% 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 #5A86AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A86AC is #A57953. Grayscale: #7C7C7C. Windows color (decimal): -10844500 or 11306586. OLE color: 11306586.

HSL color Cylindrical-coordinate representation of color #5A86AC: hue angle of 207.8º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A86AC is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB90134172-
CMYK0.480.2200.33
HSL207.8º33.06%51.37%-
HSV(B)207.8º47.67%67.45%-
XYZ20.1922.242.25-
YUV125.18154.42102.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.73%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=22.73%
G=33.84%
B=43.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901341720.480.2200.33207.833.0651.37
Hex5A86AC3016021d02133
Octal13220625460260413204163
Binary1011010100001101010110011000010110010000111010000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A86AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A86AC; }

 p { color: rgb(90,134,172); }

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

<style>
 a { background-color: #5A86AC; }

 a { background-color: rgb(90,134,172); }

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

<style>
 span { border-color: #5A86AC; }

 span { border-color: rgb(90,134,172); }

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