Html Css Color HEX #518CAC Air Force Blue

📋 copy color: '#518CAC'

red 81 ◦ green 140 ◦ blue 172

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

Shades of Air Force Blue #518CAC

Tints of Air Force Blue #518CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 20.61%
G = 35.62%
B = 43.77%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#518CAC (or 0x518CAC) is known color: Air Force Blue. HEX triplet: 51, 8C and AC. RGB value is (81,140,172). Sum of RGB (Red+Green+Blue) = 81+140+172=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #518CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518CAC is #AE7353. Grayscale: #7D7D7D. Windows color (decimal): -11432788 or 11308113. OLE color: 11308113.

HSL color Cylindrical-coordinate representation of color #518CAC: hue angle of 201.1º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #518CAC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 140 172 -
CMYK 0.53 0.19 0 0.33
HSL 201.1º 0.36% 0.5% -
HSV(B) 201.1º 0.53% 0.67% -
XYZ 20.22 23.48 42.5 -
YUV 126.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 81 140 172 0.53 0.19 0 0.33 201.1 0.36 0.5
Hex 51 8C AC 35 13 0 21 C9 24 32
Octal 121 214 254 65 23 0 41 311 44 62
Binary 1010001 10001100 10101100 110101 10011 0 100001 11001001 100100 110010

Color Harmonies of #518CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CAC

Black with #518CAC

Text Example


Text Example

White with #518CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518CAC; }

 p { color: rgb(81,140,172); }

 H1.HeaderClassName
 {
   color: #518CAC;
 }
 .AnyTagClassName
 {
   color: #518CAC;
 }
</style>

background-color css

<style>
 a { background-color: #518CAC; }

 a { background-color: rgb(81,140,172); }

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

border-color css

<style>
 span { border-color: #518CAC; }

 span { border-color: rgb(81,140,172); }

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