#567EA4

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

Shades of Air Force Blue #567EA4

Tints of Air Force Blue #567EA4

Color information

#567EA4 (or 0x567EA4) is unknown color: approx Air Force Blue. HEX triplet: 56, 7E and A4. RGB value is (86,126,164). Sum of RGB (Red+Green+Blue) = 86+126+164=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #567EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567EA4 is #A9815B. Grayscale: #767676. Windows color (decimal): -11108700 or 10780246. OLE color: 10780246.

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

Color convert

RGB86126164-
CMYK0.480.2300.36
HSL209.23º31.2%49.02%-
HSV(B)209.23º47.56%64.31%-
XYZ1819.5837.95-
YUV118.37153.75104.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.87%
GREEN value IS 126 (49.61% from 255) = 33.51%
BLUE value IS 164 (64.45% from 255) = 43.62%
R=22.87%
G=33.51%
B=43.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861261640.480.2300.36209.2331.249.02
Hex567EA43017024d11f31
Octal12617624460270443213761
Binary10101101111110101001001100001011101001001101000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,126,164); }

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

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

 a { background-color: rgb(86,126,164); }

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

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

 span { border-color: rgb(86,126,164); }

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