#5392AC

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

Shades of Air Force Blue #5392AC

Tints of Air Force Blue #5392AC

Color information

#5392AC (or 0x5392AC) is unknown color: approx Air Force Blue. HEX triplet: 53, 92 and AC. RGB value is (83,146,172). Sum of RGB (Red+Green+Blue) = 83+146+172=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #5392AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5392AC is #AC6D53. Grayscale: #818181. Windows color (decimal): -11300180 or 11309651. OLE color: 11309651.

HSL color Cylindrical-coordinate representation of color #5392AC: hue angle of 197.53º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5392AC is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83146172-
CMYK0.520.1500.33
HSL197.53º34.9%50%-
HSV(B)197.53º51.74%67.45%-
XYZ21.2925.3842.81-
YUV130.13151.6394.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.70%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=20.70%
G=36.41%
B=42.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831461720.520.1500.33197.5334.950
Hex5392AC34F021c62332
Octal12322225464170413064362
Binary101001110010010101011001101001111010000111000110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5392AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,146,172); }

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

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

 a { background-color: rgb(83,146,172); }

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

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

 span { border-color: rgb(83,146,172); }

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