#5681A5

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

Shades of Air Force Blue #5681A5

Tints of Air Force Blue #5681A5

Color information

#5681A5 (or 0x5681A5) is unknown color: approx Air Force Blue. HEX triplet: 56, 81 and A5. RGB value is (86,129,165). Sum of RGB (Red+Green+Blue) = 86+129+165=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 165 - color contains mainly: blue. Hex color #5681A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5681A5 is #A97E5A. Grayscale: #787878. Windows color (decimal): -11107931 or 10846550. OLE color: 10846550.

HSL color Cylindrical-coordinate representation of color #5681A5: hue angle of 207.34º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5681A5 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB86129165-
CMYK0.480.2200.35
HSL207.34º31.47%49.22%-
HSV(B)207.34º47.88%64.71%-
XYZ18.4820.438.56-
YUV120.25153.25103.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 165 (64.84% from 255) = 43.42%
R=22.63%
G=33.95%
B=43.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861291650.480.2200.35207.3431.4749.22
Hex5681A53016023cf1f31
Octal12620124560260433173761
Binary101011010000001101001011100001011001000111100111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5681A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5681A5; }

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

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

<style>
 a { background-color: #5681A5; }

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

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

<style>
 span { border-color: #5681A5; }

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

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