Html Css Color HEX #518DAC Air Force Blue

📋 copy color: '#518DAC'

red 81 ◦ green 141 ◦ blue 172

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

Shades of Air Force Blue #518DAC

Tints of Air Force Blue #518DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.79%

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

R = 20.56%
G = 35.79%
B = 43.65%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#518DAC (or 0x518DAC) is known color: Air Force Blue. HEX triplet: 51, 8D and AC. RGB value is (81,141,172). Sum of RGB (Red+Green+Blue) = 81+141+172=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #518DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518DAC is #AE7253. Grayscale: #7E7E7E. Windows color (decimal): -11432532 or 11308369. OLE color: 11308369.

HSL color Cylindrical-coordinate representation of color #518DAC: hue angle of 200.44º 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 #518DAC is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 141 172 -
CMYK 0.53 0.18 0 0.33
HSL 200.44º 0.36% 0.5% -
HSV(B) 200.44º 0.53% 0.67% -
XYZ 20.36 23.78 42.55 -
YUV 126.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 81 141 172 0.53 0.18 0 0.33 200.44 0.36 0.5
Hex 51 8D AC 35 12 0 21 C8 24 32
Octal 121 215 254 65 22 0 41 310 44 62
Binary 1010001 10001101 10101100 110101 10010 0 100001 11001000 100100 110010

Color Harmonies of #518DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DAC

Black with #518DAC

Text Example


Text Example

White with #518DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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