#56819F

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

Shades of Air Force Blue #56819F

Tints of Air Force Blue #56819F

Color information

#56819F (or 0x56819F) is unknown color: approx Air Force Blue. HEX triplet: 56, 81 and 9F. RGB value is (86,129,159). Sum of RGB (Red+Green+Blue) = 86+129+159=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #56819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56819F is #A97E60. Grayscale: #777777. Windows color (decimal): -11107937 or 10453334. OLE color: 10453334.

HSL color Cylindrical-coordinate representation of color #56819F: hue angle of 204.66º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56819F is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86129159-
CMYK0.460.1900.38
HSL204.66º29.8%48.04%-
HSV(B)204.66º45.91%62.35%-
XYZ17.9520.1835.75-
YUV119.56150.25104.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.99%
GREEN value IS 129 (50.78% from 255) = 34.49%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=22.99%
G=34.49%
B=42.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861291590.460.1900.38204.6629.848.04
Hex56819F2E13026cd1e30
Octal12620123756230463153660
Binary101011010000001100111111011101001101001101100110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56819F; }

 p { color: rgb(86,129,159); }

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

<style>
 a { background-color: #56819F; }

 a { background-color: rgb(86,129,159); }

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

<style>
 span { border-color: #56819F; }

 span { border-color: rgb(86,129,159); }

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