#5389AE

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

Shades of Air Force Blue #5389AE

Tints of Air Force Blue #5389AE

Color information

#5389AE (or 0x5389AE) is unknown color: approx Air Force Blue. HEX triplet: 53, 89 and AE. RGB value is (83,137,174). Sum of RGB (Red+Green+Blue) = 83+137+174=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #5389AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5389AE is #AC7651. Grayscale: #7C7C7C. Windows color (decimal): -11302482 or 11438419. OLE color: 11438419.

HSL color Cylindrical-coordinate representation of color #5389AE: hue angle of 204.4º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5389AE is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83137174-
CMYK0.520.2100.32
HSL204.4º35.97%50.39%-
HSV(B)204.4º52.3%68.24%-
XYZ20.1522.7943.38-
YUV125.07155.6197.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.07%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=21.07%
G=34.77%
B=44.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831371740.520.2100.32204.435.9750.39
Hex5389AE3415020cc2432
Octal12321125664250403144462
Binary1010011100010011010111011010010101010000011001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5389AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5389AE; }

 p { color: rgb(83,137,174); }

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

<style>
 a { background-color: #5389AE; }

 a { background-color: rgb(83,137,174); }

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

<style>
 span { border-color: #5389AE; }

 span { border-color: rgb(83,137,174); }

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