Html Css Color HEX #5391AD Air Force Blue

📋 copy color: '#5391AD'

red 83 ◦ green 145 ◦ blue 173

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

Shades of Air Force Blue #5391AD

Tints of Air Force Blue #5391AD

RGB

 RED value IS 83 (32.81% from 255) = 20.7%

 GREEN value IS 145 (57.03% from 255) = 36.16%

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

R = 20.7%
G = 36.16%
B = 43.14%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5391AD (or 0x5391AD) is known color: Air Force Blue. HEX triplet: 53, 91 and AD. RGB value is (83,145,173). Sum of RGB (Red+Green+Blue) = 83+145+173=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #5391AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5391AD is #AC6E52. Grayscale: #818181. Windows color (decimal): -11300435 or 11374931. OLE color: 11374931.

HSL color Cylindrical-coordinate representation of color #5391AD: hue angle of 198.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5391AD is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 145 173 -
CMYK 0.52 0.16 0 0.32
HSL 198.67º 0.35% 0.5% -
HSV(B) 198.67º 0.52% 0.68% -
XYZ 21.24 25.11 43.26 -
YUV 129.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 83 145 173 0.52 0.16 0 0.32 198.67 0.35 0.5
Hex 53 91 AD 34 10 0 20 C7 23 32
Octal 123 221 255 64 20 0 40 307 43 62
Binary 1010011 10010001 10101101 110100 10000 0 100000 11000111 100011 110010

Color Harmonies of #5391AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5391AD

Black with #5391AD

Text Example


Text Example

White with #5391AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5391AD; }

 p { color: rgb(83,145,173); }

 H1.HeaderClassName
 {
   color: #5391AD;
 }
 .AnyTagClassName
 {
   color: #5391AD;
 }
</style>

background-color css

<style>
 a { background-color: #5391AD; }

 a { background-color: rgb(83,145,173); }

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

border-color css

<style>
 span { border-color: #5391AD; }

 span { border-color: rgb(83,145,173); }

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