Html Css Color HEX #5687AC Air Force Blue

📋 copy color: '#5687AC'

red 86 ◦ green 135 ◦ blue 172

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

Shades of Air Force Blue #5687AC

Tints of Air Force Blue #5687AC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 21.88%
G = 34.35%
B = 43.77%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5687AC (or 0x5687AC) is known color: Air Force Blue. HEX triplet: 56, 87 and AC. RGB value is (86,135,172). Sum of RGB (Red+Green+Blue) = 86+135+172=393 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.88% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #5687AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5687AC is #A97853. Grayscale: #7C7C7C. Windows color (decimal): -11106388 or 11306838. OLE color: 11306838.

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

Color convert

RGB 86 135 172 -
CMYK 0.5 0.22 0 0.33
HSL 205.81º 0.34% 0.51% -
HSV(B) 205.81º 0.5% 0.67% -
XYZ 19.95 22.28 42.28 -
YUV 124.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 86 135 172 0.5 0.22 0 0.33 205.81 0.34 0.51
Hex 56 87 AC 32 16 0 21 CE 22 33
Octal 126 207 254 62 26 0 41 316 42 63
Binary 1010110 10000111 10101100 110010 10110 0 100001 11001110 100010 110011

Color Harmonies of #5687AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5687AC

Black with #5687AC

Text Example


Text Example

White with #5687AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5687AC; }

 p { color: rgb(86,135,172); }

 H1.HeaderClassName
 {
   color: #5687AC;
 }
 .AnyTagClassName
 {
   color: #5687AC;
 }
</style>

background-color css

<style>
 a { background-color: #5687AC; }

 a { background-color: rgb(86,135,172); }

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

border-color css

<style>
 span { border-color: #5687AC; }

 span { border-color: rgb(86,135,172); }

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