#567FAE

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

Shades of Air Force Blue #567FAE

Tints of Air Force Blue #567FAE

Color information

#567FAE (or 0x567FAE) is unknown color: approx Air Force Blue. HEX triplet: 56, 7F and AE. RGB value is (86,127,174). Sum of RGB (Red+Green+Blue) = 86+127+174=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #567FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567FAE is #A98051. Grayscale: #777777. Windows color (decimal): -11108434 or 11435862. OLE color: 11435862.

HSL color Cylindrical-coordinate representation of color #567FAE: hue angle of 212.05º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #567FAE is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB86127174-
CMYK0.510.2700.32
HSL212.05º35.2%50.98%-
HSV(B)212.05º50.57%68.24%-
XYZ19.0720.2142.94-
YUV120.1158.42103.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.22%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 174 (68.36% from 255) = 44.96%
R=22.22%
G=32.82%
B=44.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861271740.510.2700.32212.0535.250.98
Hex567FAE331B020d42333
Octal12617725663330403244363
Binary101011011111111010111011001111011010000011010100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567FAE; }

 p { color: rgb(86,127,174); }

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

<style>
 a { background-color: #567FAE; }

 a { background-color: rgb(86,127,174); }

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

<style>
 span { border-color: #567FAE; }

 span { border-color: rgb(86,127,174); }

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