Html Css Color HEX #5485AC Air Force Blue

📋 copy color: '#5485AC'

red 84 ◦ green 133 ◦ blue 172

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

Shades of Air Force Blue #5485AC

Tints of Air Force Blue #5485AC

RGB

 RED value IS 84 (33.2% from 255) = 21.59%

 GREEN value IS 133 (52.34% from 255) = 34.19%

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

R = 21.59%
G = 34.19%
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

#5485AC (or 0x5485AC) is known color: Air Force Blue. HEX triplet: 54, 85 and AC. RGB value is (84,133,172). Sum of RGB (Red+Green+Blue) = 84+133+172=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 133 (52.34% from 255 or 34.19% 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 #5485AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5485AC is #AB7A53. Grayscale: #7A7A7A. Windows color (decimal): -11237972 or 11306324. OLE color: 11306324.

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

Color convert

RGB 84 133 172 -
CMYK 0.51 0.23 0 0.33
HSL 206.59º 0.35% 0.5% -
HSV(B) 206.59º 0.51% 0.67% -
XYZ 19.49 21.64 42.18 -
YUV 122.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 84 133 172 0.51 0.23 0 0.33 206.59 0.35 0.5
Hex 54 85 AC 33 17 0 21 CF 23 32
Octal 124 205 254 63 27 0 41 317 43 62
Binary 1010100 10000101 10101100 110011 10111 0 100001 11001111 100011 110010

Color Harmonies of #5485AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5485AC

Black with #5485AC

Text Example


Text Example

White with #5485AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,133,172); }

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

background-color css

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

 a { background-color: rgb(84,133,172); }

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

border-color css

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

 span { border-color: rgb(84,133,172); }

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