#5784AB

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

Shades of Air Force Blue #5784AB

Tints of Air Force Blue #5784AB

Color information

#5784AB (or 0x5784AB) is unknown color: approx Air Force Blue. HEX triplet: 57, 84 and AB. RGB value is (87,132,171). Sum of RGB (Red+Green+Blue) = 87+132+171=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #5784AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5784AB is #A87B54. Grayscale: #7A7A7A. Windows color (decimal): -11041621 or 11240535. OLE color: 11240535.

HSL color Cylindrical-coordinate representation of color #5784AB: hue angle of 207.86º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5784AB is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB87132171-
CMYK0.490.2300.33
HSL207.86º33.33%50.59%-
HSV(B)207.86º49.12%67.06%-
XYZ19.5321.4741.64-
YUV122.99155.09102.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.31%
GREEN value IS 132 (51.95% from 255) = 33.85%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=22.31%
G=33.85%
B=43.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871321710.490.2300.33207.8633.3350.59
Hex5784AB3117021d02133
Octal12720425361270413204163
Binary1010111100001001010101111000110111010000111010000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5784AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5784AB; }

 p { color: rgb(87,132,171); }

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

<style>
 a { background-color: #5784AB; }

 a { background-color: rgb(87,132,171); }

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

<style>
 span { border-color: #5784AB; }

 span { border-color: rgb(87,132,171); }

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