Html Css Color HEX #518DAE Air Force Blue

📋 copy color: '#518DAE'

red 81 ◦ green 141 ◦ blue 174

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

Shades of Air Force Blue #518DAE

Tints of Air Force Blue #518DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.94%

R = 20.45%
G = 35.61%
B = 43.94%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#518DAE (or 0x518DAE) is known color: Air Force Blue. HEX triplet: 51, 8D and AE. RGB value is (81,141,174). Sum of RGB (Red+Green+Blue) = 81+141+174=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #518DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518DAE is #AE7251. Grayscale: #7E7E7E. Windows color (decimal): -11432530 or 11439441. OLE color: 11439441.

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

Color convert

RGB 81 141 174 -
CMYK 0.53 0.19 0 0.32
HSL 201.29º 0.36% 0.5% -
HSV(B) 201.29º 0.53% 0.68% -
XYZ 20.56 23.86 43.57 -
YUV 126.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 81 141 174 0.53 0.19 0 0.32 201.29 0.36 0.5
Hex 51 8D AE 35 13 0 20 C9 24 32
Octal 121 215 256 65 23 0 40 311 44 62
Binary 1010001 10001101 10101110 110101 10011 0 100000 11001001 100100 110010

Color Harmonies of #518DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DAE

Black with #518DAE

Text Example


Text Example

White with #518DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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