#56829A

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

Shades of Air Force Blue #56829A

Tints of Air Force Blue #56829A

Color information

#56829A (or 0x56829A) is unknown color: approx Air Force Blue. HEX triplet: 56, 82 and 9A. RGB value is (86,130,154). Sum of RGB (Red+Green+Blue) = 86+130+154=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #56829A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56829A is #A97D65. Grayscale: #777777. Windows color (decimal): -11107686 or 10125910. OLE color: 10125910.

HSL color Cylindrical-coordinate representation of color #56829A: hue angle of 201.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56829A is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB86130154-
CMYK0.440.1600.40
HSL201.18º28.33%47.06%-
HSV(B)201.18º44.16%60.39%-
XYZ17.6520.2833.56-
YUV119.58147.42104.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=23.24%
G=35.14%
B=41.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861301540.440.1600.40201.1828.3347.06
Hex56829A2C10028c91c2f
Octal12620223254200503113457
Binary101011010000010100110101011001000001010001100100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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