#5491AF

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

Shades of Air Force Blue #5491AF

Tints of Air Force Blue #5491AF

Color information

#5491AF (or 0x5491AF) is unknown color: approx Air Force Blue. HEX triplet: 54, 91 and AF. RGB value is (84,145,175). Sum of RGB (Red+Green+Blue) = 84+145+175=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 145 (57.03% from 255 or 35.89% 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 #5491AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5491AF is #AB6E50. Grayscale: #828282. Windows color (decimal): -11234897 or 11506004. OLE color: 11506004.

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

Color convert

RGB84145175-
CMYK0.520.1700.31
HSL199.78º36.25%50.78%-
HSV(B)199.78º52%68.63%-
XYZ21.5225.2344.29-
YUV130.18153.2995.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.79%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=20.79%
G=35.89%
B=43.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841451750.520.1700.31199.7836.2550.78
Hex5491AF341101Fc82433
Octal12422125764210373104463
Binary101010010010001101011111101001000101111111001000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5491AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,145,175); }

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

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

 a { background-color: rgb(84,145,175); }

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

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

 span { border-color: rgb(84,145,175); }

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