#567CAA

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

Shades of Air Force Blue #567CAA

Tints of Air Force Blue #567CAA

Color information

#567CAA (or 0x567CAA) is unknown color: approx Air Force Blue. HEX triplet: 56, 7C and AA. RGB value is (86,124,170). Sum of RGB (Red+Green+Blue) = 86+124+170=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #567CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567CAA is #A98355. Grayscale: #757575. Windows color (decimal): -11109206 or 11172950. OLE color: 11172950.

HSL color Cylindrical-coordinate representation of color #567CAA: hue angle of 212.86º 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 #567CAA is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB86124170-
CMYK0.490.2700.33
HSL212.86º33.07%50.2%-
HSV(B)212.86º49.41%66.67%-
XYZ18.319.340.79-
YUV117.88157.41105.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=22.63%
G=32.63%
B=44.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal861241700.490.2700.33212.8633.0750.2
Hex567CAA311B021d52132
Octal12617425261330413254162
Binary101011011111001010101011000111011010000111010101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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