#56829E

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

Shades of Air Force Blue #56829E

Tints of Air Force Blue #56829E

Color information

#56829E (or 0x56829E) is unknown color: approx Air Force Blue. HEX triplet: 56, 82 and 9E. RGB value is (86,130,158). Sum of RGB (Red+Green+Blue) = 86+130+158=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #56829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56829E is #A97D61. Grayscale: #777777. Windows color (decimal): -11107682 or 10388054. OLE color: 10388054.

HSL color Cylindrical-coordinate representation of color #56829E: hue angle of 203.33º 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 #56829E is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86130158-
CMYK0.460.1800.38
HSL203.33º29.51%47.84%-
HSV(B)203.33º45.57%61.96%-
XYZ17.9920.4135.34-
YUV120.04149.42103.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.99%
GREEN value IS 130 (51.17% from 255) = 34.76%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=22.99%
G=34.76%
B=42.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861301580.460.1800.38203.3329.5147.84
Hex56829E2E12026cb1e30
Octal12620223656220463133660
Binary101011010000010100111101011101001001001101100101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56829E; }

 p { color: rgb(86,130,158); }

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

<style>
 a { background-color: #56829E; }

 a { background-color: rgb(86,130,158); }

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

<style>
 span { border-color: #56829E; }

 span { border-color: rgb(86,130,158); }

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