#5485A5

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

Shades of Air Force Blue #5485A5

Tints of Air Force Blue #5485A5

Color information

#5485A5 (or 0x5485A5) is unknown color: approx Air Force Blue. HEX triplet: 54, 85 and A5. RGB value is (84,133,165). Sum of RGB (Red+Green+Blue) = 84+133+165=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 165 - color contains mainly: blue. Hex color #5485A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5485A5 is #AB7A5A. Grayscale: #797979. Windows color (decimal): -11237979 or 10847572. OLE color: 10847572.

HSL color Cylindrical-coordinate representation of color #5485A5: hue angle of 203.7º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5485A5 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB84133165-
CMYK0.490.1900.35
HSL203.7º32.53%48.82%-
HSV(B)203.7º49.09%64.71%-
XYZ18.8421.3838.73-
YUV122152.27100.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 165 (64.84% from 255) = 43.19%
R=21.99%
G=34.82%
B=43.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal841331650.490.1900.35203.732.5348.82
Hex5485A53113023cc2131
Octal12420524561230433144161
Binary1010100100001011010010111000110011010001111001100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5485A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5485A5; }

 p { color: rgb(84,133,165); }

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

<style>
 a { background-color: #5485A5; }

 a { background-color: rgb(84,133,165); }

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

<style>
 span { border-color: #5485A5; }

 span { border-color: rgb(84,133,165); }

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