Html Css Color HEX #5586AC Air Force Blue

📋 copy color: '#5586AC'

red 85 ◦ green 134 ◦ blue 172

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

Shades of Air Force Blue #5586AC

Tints of Air Force Blue #5586AC

RGB

 RED value IS 85 (33.59% from 255) = 21.74%

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

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

R = 21.74%
G = 34.27%
B = 43.99%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5586AC (or 0x5586AC) is known color: Air Force Blue. HEX triplet: 55, 86 and AC. RGB value is (85,134,172). Sum of RGB (Red+Green+Blue) = 85+134+172=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #5586AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5586AC is #AA7953. Grayscale: #7B7B7B. Windows color (decimal): -11172180 or 11306581. OLE color: 11306581.

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

Color convert

RGB 85 134 172 -
CMYK 0.51 0.22 0 0.33
HSL 206.21º 0.34% 0.5% -
HSV(B) 206.21º 0.51% 0.67% -
XYZ 19.72 21.96 42.23 -
YUV 123.68 155.27 100.41 -
System Red Green Blue C M Y K H S L
Decimal 85 134 172 0.51 0.22 0 0.33 206.21 0.34 0.5
Hex 55 86 AC 33 16 0 21 CE 22 32
Octal 125 206 254 63 26 0 41 316 42 62
Binary 1010101 10000110 10101100 110011 10110 0 100001 11001110 100010 110010

Color Harmonies of #5586AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5586AC

Black with #5586AC

Text Example


Text Example

White with #5586AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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