#567FAD

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

Shades of Air Force Blue #567FAD

Tints of Air Force Blue #567FAD

Color information

#567FAD (or 0x567FAD) is unknown color: approx Air Force Blue. HEX triplet: 56, 7F and AD. RGB value is (86,127,173). Sum of RGB (Red+Green+Blue) = 86+127+173=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #567FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567FAD is #A98052. Grayscale: #777777. Windows color (decimal): -11108435 or 11370326. OLE color: 11370326.

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

Color convert

RGB86127173-
CMYK0.500.2700.32
HSL211.72º34.66%50.78%-
HSV(B)211.72º50.29%67.84%-
XYZ18.9720.1742.43-
YUV119.98157.92103.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.28%
GREEN value IS 127 (50% from 255) = 32.90%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=22.28%
G=32.90%
B=44.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal861271730.500.2700.32211.7234.6650.78
Hex567FAD321B020d42333
Octal12617725562330403244363
Binary101011011111111010110111001011011010000011010100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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