Html Css Color HEX #517C9E Air Force Blue

📋 copy color: '#517C9E'

red 81 ◦ green 124 ◦ blue 158

#517C9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #517C9E

Tints of Air Force Blue #517C9E

RGB

 RED value IS 81 (32.03% from 255) = 22.31%

 GREEN value IS 124 (48.83% from 255) = 34.16%

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 22.31%
G = 34.16%
B = 43.53%

CMYK

 C value IS 0.49

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#517C9E (or 0x517C9E) is known color: Air Force Blue. HEX triplet: 51, 7C and 9E. RGB value is (81,124,158). Sum of RGB (Red+Green+Blue) = 81+124+158=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #517C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517C9E is #AE8361. Grayscale: #727272. Windows color (decimal): -11436898 or 10386513. OLE color: 10386513.

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

Color convert

RGB 81 124 158 -
CMYK 0.49 0.22 0 0.38
HSL 206.49º 0.32% 0.47% -
HSV(B) 206.49º 0.49% 0.62% -
XYZ 16.77 18.63 35.06 -
YUV 115.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 81 124 158 0.49 0.22 0 0.38 206.49 0.32 0.47
Hex 51 7C 9E 31 16 0 26 CE 20 2F
Octal 121 174 236 61 26 0 46 316 40 57
Binary 1010001 1111100 10011110 110001 10110 0 100110 11001110 100000 101111

Color Harmonies of #517C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C9E

Black with #517C9E

Text Example


Text Example

White with #517C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #517C9E;
 }
 .AnyTagClassName
 {
   color: #517C9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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