#5483AC

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

Shades of Air Force Blue #5483AC

Tints of Air Force Blue #5483AC

Color information

#5483AC (or 0x5483AC) is unknown color: approx Air Force Blue. HEX triplet: 54, 83 and AC. RGB value is (84,131,172). Sum of RGB (Red+Green+Blue) = 84+131+172=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #5483AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5483AC is #AB7C53. Grayscale: #797979. Windows color (decimal): -11238484 or 11305812. OLE color: 11305812.

HSL color Cylindrical-coordinate representation of color #5483AC: hue angle of 207.95º degrees, saturation: 0.35, 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 #5483AC is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84131172-
CMYK0.510.2400.33
HSL207.95º34.65%50.2%-
HSV(B)207.95º51.16%67.45%-
XYZ19.2221.142.09-
YUV121.62156.43101.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=21.71%
G=33.85%
B=44.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841311720.510.2400.33207.9534.6550.2
Hex5483AC3318021d02332
Octal12420325463300413204362
Binary1010100100000111010110011001111000010000111010000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5483AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5483AC; }

 p { color: rgb(84,131,172); }

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

<style>
 a { background-color: #5483AC; }

 a { background-color: rgb(84,131,172); }

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

<style>
 span { border-color: #5483AC; }

 span { border-color: rgb(84,131,172); }

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