#5590AF

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

Shades of Air Force Blue #5590AF

Tints of Air Force Blue #5590AF

Color information

#5590AF (or 0x5590AF) is unknown color: approx Air Force Blue. HEX triplet: 55, 90 and AF. RGB value is (85,144,175). Sum of RGB (Red+Green+Blue) = 85+144+175=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #5590AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5590AF is #AA6F50. Grayscale: #818181. Windows color (decimal): -11169617 or 11505749. OLE color: 11505749.

HSL color Cylindrical-coordinate representation of color #5590AF: hue angle of 200.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5590AF is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB85144175-
CMYK0.510.1800.31
HSL200.67º36%50.98%-
HSV(B)200.67º51.43%68.63%-
XYZ21.4624.9744.25-
YUV129.89153.4595.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.04%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=21.04%
G=35.64%
B=43.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851441750.510.1800.31200.673650.98
Hex5590AF331201Fc92433
Octal12522025763220373114463
Binary101010110010000101011111100111001001111111001001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5590AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5590AF; }

 p { color: rgb(85,144,175); }

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

<style>
 a { background-color: #5590AF; }

 a { background-color: rgb(85,144,175); }

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

<style>
 span { border-color: #5590AF; }

 span { border-color: rgb(85,144,175); }

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