Html Css Color HEX #517F9F Air Force Blue

📋 copy color: '#517F9F'

red 81 ◦ green 127 ◦ blue 159

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

Shades of Air Force Blue #517F9F

Tints of Air Force Blue #517F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 34.6%

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 22.07%
G = 34.6%
B = 43.32%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#517F9F (or 0x517F9F) is known color: Air Force Blue. HEX triplet: 51, 7F and 9F. RGB value is (81,127,159). Sum of RGB (Red+Green+Blue) = 81+127+159=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #517F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F9F is #AE8060. Grayscale: #747474. Windows color (decimal): -11436129 or 10452817. OLE color: 10452817.

HSL color Cylindrical-coordinate representation of color #517F9F: hue angle of 204.62º 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 #517F9F is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 81 127 159 -
CMYK 0.49 0.20 0 0.38
HSL 204.62º 0.33% 0.47% -
HSV(B) 204.62º 0.49% 0.62% -
XYZ 17.24 19.43 35.64 -
YUV 116.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 81 127 159 0.49 0.20 0 0.38 204.62 0.33 0.47
Hex 51 7F 9F 31 14 0 26 CD 20 2F
Octal 121 177 237 61 24 0 46 315 40 57
Binary 1010001 1111111 10011111 110001 10100 0 100110 11001101 100000 101111

Color Harmonies of #517F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517F9F

Black with #517F9F

Text Example


Text Example

White with #517F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,127,159); }

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

background-color css

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

 a { background-color: rgb(81,127,159); }

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

border-color css

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

 span { border-color: rgb(81,127,159); }

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