Html Css Color HEX #5683AC Air Force Blue

📋 copy color: '#5683AC'

red 86 ◦ green 131 ◦ blue 172

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

Shades of Air Force Blue #5683AC

Tints of Air Force Blue #5683AC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 22.11%
G = 33.68%
B = 44.22%

CMYK

 C value IS 0.5

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5683AC (or 0x5683AC) is known color: Air Force Blue. HEX triplet: 56, 83 and AC. RGB value is (86,131,172). Sum of RGB (Red+Green+Blue) = 86+131+172=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #5683AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5683AC is #A97C53. Grayscale: #7A7A7A. Windows color (decimal): -11107412 or 11305814. OLE color: 11305814.

HSL color Cylindrical-coordinate representation of color #5683AC: hue angle of 208.6º 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 #5683AC is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 131 172 -
CMYK 0.5 0.24 0 0.33
HSL 208.6º 0.34% 0.51% -
HSV(B) 208.6º 0.5% 0.67% -
XYZ 19.4 21.19 42.1 -
YUV 122.22 156.09 102.17 -
System Red Green Blue C M Y K H S L
Decimal 86 131 172 0.5 0.24 0 0.33 208.6 0.34 0.51
Hex 56 83 AC 32 18 0 21 D1 22 33
Octal 126 203 254 62 30 0 41 321 42 63
Binary 1010110 10000011 10101100 110010 11000 0 100001 11010001 100010 110011

Color Harmonies of #5683AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5683AC

Black with #5683AC

Text Example


Text Example

White with #5683AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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