Html Css Color HEX #5490AF Air Force Blue

📋 copy color: '#5490AF'

red 84 ◦ green 144 ◦ blue 175

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

Shades of Air Force Blue #5490AF

Tints of Air Force Blue #5490AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.73%

 BLUE value IS 175 (68.75% from 255) = 43.42%

R = 20.84%
G = 35.73%
B = 43.42%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5490AF (or 0x5490AF) is known color: Air Force Blue. HEX triplet: 54, 90 and AF. RGB value is (84,144,175). Sum of RGB (Red+Green+Blue) = 84+144+175=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #5490AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5490AF is #AB6F50. Grayscale: #818181. Windows color (decimal): -11235153 or 11505748. OLE color: 11505748.

HSL color Cylindrical-coordinate representation of color #5490AF: hue angle of 200.44º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5490AF is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 144 175 -
CMYK 0.52 0.18 0 0.31
HSL 200.44º 0.36% 0.51% -
HSV(B) 200.44º 0.52% 0.69% -
XYZ 21.37 24.93 44.24 -
YUV 129.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 84 144 175 0.52 0.18 0 0.31 200.44 0.36 0.51
Hex 54 90 AF 34 12 0 1F C8 24 33
Octal 124 220 257 64 22 0 37 310 44 63
Binary 1010100 10010000 10101111 110100 10010 0 11111 11001000 100100 110011

Color Harmonies of #5490AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5490AF

Black with #5490AF

Text Example


Text Example

White with #5490AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5490AF; }

 p { color: rgb(84,144,175); }

 H1.HeaderClassName
 {
   color: #5490AF;
 }
 .AnyTagClassName
 {
   color: #5490AF;
 }
</style>

background-color css

<style>
 a { background-color: #5490AF; }

 a { background-color: rgb(84,144,175); }

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

border-color css

<style>
 span { border-color: #5490AF; }

 span { border-color: rgb(84,144,175); }

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