Html Css Color HEX #517EA4 Air Force Blue

📋 copy color: '#517EA4'

red 81 ◦ green 126 ◦ blue 164

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

Shades of Air Force Blue #517EA4

Tints of Air Force Blue #517EA4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.96%

 BLUE value IS 164 (64.45% from 255) = 44.2%

R = 21.83%
G = 33.96%
B = 44.2%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#517EA4 (or 0x517EA4) is known color: Air Force Blue. HEX triplet: 51, 7E and A4. RGB value is (81,126,164). Sum of RGB (Red+Green+Blue) = 81+126+164=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #517EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517EA4 is #AE815B. Grayscale: #747474. Windows color (decimal): -11436380 or 10780241. OLE color: 10780241.

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

Color convert

RGB 81 126 164 -
CMYK 0.51 0.23 0 0.36
HSL 207.47º 0.34% 0.48% -
HSV(B) 207.47º 0.51% 0.64% -
XYZ 17.56 19.35 37.93 -
YUV 116.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 81 126 164 0.51 0.23 0 0.36 207.47 0.34 0.48
Hex 51 7E A4 33 17 0 24 CF 22 30
Octal 121 176 244 63 27 0 44 317 42 60
Binary 1010001 1111110 10100100 110011 10111 0 100100 11001111 100010 110000

Color Harmonies of #517EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517EA4

Black with #517EA4

Text Example


Text Example

White with #517EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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