Html Css Color HEX #5690AB Air Force Blue

📋 copy color: '#5690AB'

red 86 ◦ green 144 ◦ blue 171

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

Shades of Air Force Blue #5690AB

Tints of Air Force Blue #5690AB

RGB

 RED value IS 86 (33.98% from 255) = 21.45%

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

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

R = 21.45%
G = 35.91%
B = 42.64%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5690AB (or 0x5690AB) is known color: Air Force Blue. HEX triplet: 56, 90 and AB. RGB value is (86,144,171). Sum of RGB (Red+Green+Blue) = 86+144+171=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #5690AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5690AB is #A96F54. Grayscale: #818181. Windows color (decimal): -11104085 or 11243606. OLE color: 11243606.

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

Color convert

RGB 86 144 171 -
CMYK 0.50 0.16 0 0.33
HSL 199.06º 0.34% 0.5% -
HSV(B) 199.06º 0.5% 0.67% -
XYZ 21.16 24.87 42.21 -
YUV 129.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 86 144 171 0.50 0.16 0 0.33 199.06 0.34 0.5
Hex 56 90 AB 32 10 0 21 C7 22 32
Octal 126 220 253 62 20 0 41 307 42 62
Binary 1010110 10010000 10101011 110010 10000 0 100001 11000111 100010 110010

Color Harmonies of #5690AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5690AB

Black with #5690AB

Text Example


Text Example

White with #5690AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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