Html Css Color HEX #5584AC Air Force Blue

📋 copy color: '#5584AC'

red 85 ◦ green 132 ◦ blue 172

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

Shades of Air Force Blue #5584AC

Tints of Air Force Blue #5584AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.93%

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

R = 21.85%
G = 33.93%
B = 44.22%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5584AC (or 0x5584AC) is known color: Air Force Blue. HEX triplet: 55, 84 and AC. RGB value is (85,132,172). Sum of RGB (Red+Green+Blue) = 85+132+172=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 132 (51.95% from 255 or 33.93% 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 #5584AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5584AC is #AA7B53. Grayscale: #7A7A7A. Windows color (decimal): -11172692 or 11306069. OLE color: 11306069.

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

Color convert

RGB 85 132 172 -
CMYK 0.51 0.23 0 0.33
HSL 207.59º 0.34% 0.5% -
HSV(B) 207.59º 0.51% 0.67% -
XYZ 19.44 21.41 42.14 -
YUV 122.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 85 132 172 0.51 0.23 0 0.33 207.59 0.34 0.5
Hex 55 84 AC 33 17 0 21 D0 22 32
Octal 125 204 254 63 27 0 41 320 42 62
Binary 1010101 10000100 10101100 110011 10111 0 100001 11010000 100010 110010

Color Harmonies of #5584AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5584AC

Black with #5584AC

Text Example


Text Example

White with #5584AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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