#517CA2

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

Shades of Air Force Blue #517CA2

Tints of Air Force Blue #517CA2

Color information

#517CA2 (or 0x517CA2) is unknown color: approx Air Force Blue. HEX triplet: 51, 7C and A2. RGB value is (81,124,162). Sum of RGB (Red+Green+Blue) = 81+124+162=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #517CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517CA2 is #AE835D. Grayscale: #737373. Windows color (decimal): -11436894 or 10648657. OLE color: 10648657.

HSL color Cylindrical-coordinate representation of color #517CA2: hue angle of 208.15º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #517CA2 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB81124162-
CMYK0.500.2300.36
HSL208.15º33.33%47.65%-
HSV(B)208.15º50%63.53%-
XYZ17.1218.7736.9-
YUV115.48154.25103.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 124 (48.83% from 255) = 33.79%
BLUE value IS 162 (63.67% from 255) = 44.14%
R=22.07%
G=33.79%
B=44.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811241620.500.2300.36208.1533.3347.65
Hex517CA23217024d02130
Octal12117424262270443204160
Binary101000111111001010001011001010111010010011010000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517CA2; }

 p { color: rgb(81,124,162); }

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

<style>
 a { background-color: #517CA2; }

 a { background-color: rgb(81,124,162); }

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

<style>
 span { border-color: #517CA2; }

 span { border-color: rgb(81,124,162); }

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