#56869E

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

Shades of Air Force Blue #56869E

Tints of Air Force Blue #56869E

Color information

#56869E (or 0x56869E) is unknown color: approx Air Force Blue. HEX triplet: 56, 86 and 9E. RGB value is (86,134,158). Sum of RGB (Red+Green+Blue) = 86+134+158=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #56869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56869E is #A97961. Grayscale: #7A7A7A. Windows color (decimal): -11106658 or 10389078. OLE color: 10389078.

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

Color convert

RGB86134158-
CMYK0.460.1500.38
HSL200º29.51%47.84%-
HSV(B)200º45.57%61.96%-
XYZ18.5321.535.52-
YUV122.38148.1102.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.75%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=22.75%
G=35.45%
B=41.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861341580.460.1500.3820029.5147.84
Hex56869E2EF026c81e30
Octal12620623656170463103660
Binary10101101000011010011110101110111101001101100100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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