Html Css Color HEX #5689AB Air Force Blue

📋 copy color: '#5689AB'

red 86 ◦ green 137 ◦ blue 171

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

Shades of Air Force Blue #5689AB

Tints of Air Force Blue #5689AB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.77%

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

R = 21.83%
G = 34.77%
B = 43.4%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5689AB (or 0x5689AB) is known color: Air Force Blue. HEX triplet: 56, 89 and AB. RGB value is (86,137,171). Sum of RGB (Red+Green+Blue) = 86+137+171=394 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.83% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #5689AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5689AB is #A97654. Grayscale: #7D7D7D. Windows color (decimal): -11105877 or 11241814. OLE color: 11241814.

HSL color Cylindrical-coordinate representation of color #5689AB: hue angle of 204º 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 #5689AB is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 137 171 -
CMYK 0.50 0.20 0 0.33
HSL 204º 0.34% 0.5% -
HSV(B) 204º 0.5% 0.67% -
XYZ 20.13 22.81 41.87 -
YUV 125.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 86 137 171 0.50 0.20 0 0.33 204 0.34 0.5
Hex 56 89 AB 32 14 0 21 CC 22 32
Octal 126 211 253 62 24 0 41 314 42 62
Binary 1010110 10001001 10101011 110010 10100 0 100001 11001100 100010 110010

Color Harmonies of #5689AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5689AB

Black with #5689AB

Text Example


Text Example

White with #5689AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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