Html Css Color HEX #5686AF Air Force Blue

📋 copy color: '#5686AF'

red 86 ◦ green 134 ◦ blue 175

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

Shades of Air Force Blue #5686AF

Tints of Air Force Blue #5686AF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.92%

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 21.77%
G = 33.92%
B = 44.3%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5686AF (or 0x5686AF) is known color: Air Force Blue. HEX triplet: 56, 86 and AF. RGB value is (86,134,175). Sum of RGB (Red+Green+Blue) = 86+134+175=395 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.77% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #5686AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5686AF is #A97950. Grayscale: #7C7C7C. Windows color (decimal): -11106641 or 11503190. OLE color: 11503190.

HSL color Cylindrical-coordinate representation of color #5686AF: hue angle of 207.64º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5686AF is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 134 175 -
CMYK 0.51 0.23 0 0.31
HSL 207.64º 0.36% 0.51% -
HSV(B) 207.64º 0.51% 0.69% -
XYZ 20.1 22.12 43.77 -
YUV 124.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 86 134 175 0.51 0.23 0 0.31 207.64 0.36 0.51
Hex 56 86 AF 33 17 0 1F D0 24 33
Octal 126 206 257 63 27 0 37 320 44 63
Binary 1010110 10000110 10101111 110011 10111 0 11111 11010000 100100 110011

Color Harmonies of #5686AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5686AF

Black with #5686AF

Text Example


Text Example

White with #5686AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5686AF; }

 p { color: rgb(86,134,175); }

 H1.HeaderClassName
 {
   color: #5686AF;
 }
 .AnyTagClassName
 {
   color: #5686AF;
 }
</style>

background-color css

<style>
 a { background-color: #5686AF; }

 a { background-color: rgb(86,134,175); }

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

border-color css

<style>
 span { border-color: #5686AF; }

 span { border-color: rgb(86,134,175); }

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