#567BAA

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

Shades of Air Force Blue #567BAA

Tints of Air Force Blue #567BAA

Color information

#567BAA (or 0x567BAA) is unknown color: approx Air Force Blue. HEX triplet: 56, 7B and AA. RGB value is (86,123,170). Sum of RGB (Red+Green+Blue) = 86+123+170=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #567BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567BAA is #A98455. Grayscale: #757575. Windows color (decimal): -11109462 or 11172694. OLE color: 11172694.

HSL color Cylindrical-coordinate representation of color #567BAA: hue angle of 213.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #567BAA is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86123170-
CMYK0.490.2800.33
HSL213.57º33.07%50.2%-
HSV(B)213.57º49.41%66.67%-
XYZ18.1819.0540.75-
YUV117.29157.74105.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.69%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=22.69%
G=32.45%
B=44.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861231700.490.2800.33213.5733.0750.2
Hex567BAA311C021d62132
Octal12617325261340413264162
Binary101011011110111010101011000111100010000111010110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,123,170); }

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

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

 a { background-color: rgb(86,123,170); }

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

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

 span { border-color: rgb(86,123,170); }

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