#517C9D

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

Shades of Air Force Blue #517C9D

Tints of Air Force Blue #517C9D

Color information

#517C9D (or 0x517C9D) is unknown color: approx Air Force Blue. HEX triplet: 51, 7C and 9D. RGB value is (81,124,157). Sum of RGB (Red+Green+Blue) = 81+124+157=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #517C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517C9D is #AE8362. Grayscale: #727272. Windows color (decimal): -11436899 or 10320977. OLE color: 10320977.

HSL color Cylindrical-coordinate representation of color #517C9D: hue angle of 206.05º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #517C9D is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB81124157-
CMYK0.480.2100.38
HSL206.05º31.93%46.67%-
HSV(B)206.05º48.41%61.57%-
XYZ16.6918.634.61-
YUV114.9151.75103.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.38%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 157 (61.72% from 255) = 43.37%
R=22.38%
G=34.25%
B=43.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal811241570.480.2100.38206.0531.9346.67
Hex517C9D3015026ce202f
Octal12117423560250463164057
Binary101000111111001001110111000010101010011011001110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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