Html Css Color HEX #5386AC Air Force Blue

📋 copy color: '#5386AC'

red 83 ◦ green 134 ◦ blue 172

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

Shades of Air Force Blue #5386AC

Tints of Air Force Blue #5386AC

RGB

 RED value IS 83 (32.81% from 255) = 21.34%

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

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

R = 21.34%
G = 34.45%
B = 44.22%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5386AC (or 0x5386AC) is known color: Air Force Blue. HEX triplet: 53, 86 and AC. RGB value is (83,134,172). Sum of RGB (Red+Green+Blue) = 83+134+172=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 134 (52.73% from 255 or 34.45% 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 #5386AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5386AC is #AC7953. Grayscale: #7A7A7A. Windows color (decimal): -11303252 or 11306579. OLE color: 11306579.

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

Color convert

RGB 83 134 172 -
CMYK 0.52 0.22 0 0.33
HSL 205.62º 0.35% 0.5% -
HSV(B) 205.62º 0.52% 0.67% -
XYZ 19.54 21.87 42.22 -
YUV 123.08 155.6 99.41 -
System Red Green Blue C M Y K H S L
Decimal 83 134 172 0.52 0.22 0 0.33 205.62 0.35 0.5
Hex 53 86 AC 34 16 0 21 CE 23 32
Octal 123 206 254 64 26 0 41 316 43 62
Binary 1010011 10000110 10101100 110100 10110 0 100001 11001110 100011 110010

Color Harmonies of #5386AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5386AC

Black with #5386AC

Text Example


Text Example

White with #5386AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,134,172); }

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

background-color css

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

 a { background-color: rgb(83,134,172); }

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

border-color css

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

 span { border-color: rgb(83,134,172); }

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