#567CA3

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

Shades of Air Force Blue #567CA3

Tints of Air Force Blue #567CA3

Color information

#567CA3 (or 0x567CA3) is unknown color: approx Air Force Blue. HEX triplet: 56, 7C and A3. RGB value is (86,124,163). Sum of RGB (Red+Green+Blue) = 86+124+163=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 163 - color contains mainly: blue. Hex color #567CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567CA3 is #A9835C. Grayscale: #747474. Windows color (decimal): -11109213 or 10714198. OLE color: 10714198.

HSL color Cylindrical-coordinate representation of color #567CA3: hue angle of 210.39º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #567CA3 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB86124163-
CMYK0.470.2400.36
HSL210.39º30.92%48.82%-
HSV(B)210.39º47.24%63.92%-
XYZ17.6619.0437.39-
YUV117.08153.91105.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 124 (48.83% from 255) = 33.24%
BLUE value IS 163 (64.06% from 255) = 43.70%
R=23.06%
G=33.24%
B=43.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861241630.470.2400.36210.3930.9248.82
Hex567CA32F18024d21f31
Octal12617424357300443223761
Binary10101101111100101000111011111100001001001101001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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