Html Css Color HEX #518EAD Air Force Blue

📋 copy color: '#518EAD'

red 81 ◦ green 142 ◦ blue 173

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

Shades of Air Force Blue #518EAD

Tints of Air Force Blue #518EAD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.86%

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 20.45%
G = 35.86%
B = 43.69%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#518EAD (or 0x518EAD) is known color: Air Force Blue. HEX triplet: 51, 8E and AD. RGB value is (81,142,173). Sum of RGB (Red+Green+Blue) = 81+142+173=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #518EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518EAD is #AE7152. Grayscale: #7F7F7F. Windows color (decimal): -11432275 or 11374161. OLE color: 11374161.

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

Color convert

RGB 81 142 173 -
CMYK 0.53 0.18 0 0.32
HSL 200.22º 0.36% 0.5% -
HSV(B) 200.22º 0.53% 0.68% -
XYZ 20.61 24.11 43.1 -
YUV 127.3 153.79 94.98 -
System Red Green Blue C M Y K H S L
Decimal 81 142 173 0.53 0.18 0 0.32 200.22 0.36 0.5
Hex 51 8E AD 35 12 0 20 C8 24 32
Octal 121 216 255 65 22 0 40 310 44 62
Binary 1010001 10001110 10101101 110101 10010 0 100000 11001000 100100 110010

Color Harmonies of #518EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EAD

Black with #518EAD

Text Example


Text Example

White with #518EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,142,173); }

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

background-color css

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

 a { background-color: rgb(81,142,173); }

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

border-color css

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

 span { border-color: rgb(81,142,173); }

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