Html Css Color HEX #5390AB Air Force Blue

📋 copy color: '#5390AB'

red 83 ◦ green 144 ◦ blue 171

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

Shades of Air Force Blue #5390AB

Tints of Air Force Blue #5390AB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.18%

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 20.85%
G = 36.18%
B = 42.96%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5390AB (or 0x5390AB) is known color: Air Force Blue. HEX triplet: 53, 90 and AB. RGB value is (83,144,171). Sum of RGB (Red+Green+Blue) = 83+144+171=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #5390AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5390AB is #AC6F54. Grayscale: #808080. Windows color (decimal): -11300693 or 11243603. OLE color: 11243603.

HSL color Cylindrical-coordinate representation of color #5390AB: hue angle of 198.41º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5390AB is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 144 171 -
CMYK 0.51 0.16 0 0.33
HSL 198.41º 0.35% 0.5% -
HSV(B) 198.41º 0.51% 0.67% -
XYZ 20.89 24.73 42.2 -
YUV 128.84 151.79 95.3 -
System Red Green Blue C M Y K H S L
Decimal 83 144 171 0.51 0.16 0 0.33 198.41 0.35 0.5
Hex 53 90 AB 33 10 0 21 C6 23 32
Octal 123 220 253 63 20 0 41 306 43 62
Binary 1010011 10010000 10101011 110011 10000 0 100001 11000110 100011 110010

Color Harmonies of #5390AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5390AB

Black with #5390AB

Text Example


Text Example

White with #5390AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5390AB; }

 p { color: rgb(83,144,171); }

 H1.HeaderClassName
 {
   color: #5390AB;
 }
 .AnyTagClassName
 {
   color: #5390AB;
 }
</style>

background-color css

<style>
 a { background-color: #5390AB; }

 a { background-color: rgb(83,144,171); }

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

border-color css

<style>
 span { border-color: #5390AB; }

 span { border-color: rgb(83,144,171); }

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