#5792A3

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

Shades of Air Force Blue #5792A3

Tints of Air Force Blue #5792A3

Color information

#5792A3 (or 0x5792A3) is unknown color: approx Air Force Blue. HEX triplet: 57, 92 and A3. RGB value is (87,146,163). Sum of RGB (Red+Green+Blue) = 87+146+163=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 163 - color contains mainly: blue. Hex color #5792A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5792A3 is #A86D5C. Grayscale: #828282. Windows color (decimal): -11038045 or 10719831. OLE color: 10719831.

HSL color Cylindrical-coordinate representation of color #5792A3: hue angle of 193.42º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5792A3 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB87146163-
CMYK0.470.1000.36
HSL193.42º30.4%49.02%-
HSV(B)193.42º46.63%63.92%-
XYZ20.8225.2338.42-
YUV130.3146.4597.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.97%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 163 (64.06% from 255) = 41.16%
R=21.97%
G=36.87%
B=41.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871461630.470.1000.36193.4230.449.02
Hex5792A32FA024c11e31
Octal12722224357120443013661
Binary10101111001001010100011101111101001001001100000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5792A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5792A3; }

 p { color: rgb(87,146,163); }

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

<style>
 a { background-color: #5792A3; }

 a { background-color: rgb(87,146,163); }

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

<style>
 span { border-color: #5792A3; }

 span { border-color: rgb(87,146,163); }

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