Html Css Color HEX #5491AF Air Force Blue

📋 copy color: '#5491AF'

red 84 ◦ green 145 ◦ blue 175

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

Shades of Air Force Blue #5491AF

Tints of Air Force Blue #5491AF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

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

R = 20.79%
G = 35.89%
B = 43.32%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5491AF (or 0x5491AF) is known color: Air Force Blue. HEX triplet: 54, 91 and AF. RGB value is (84,145,175). Sum of RGB (Red+Green+Blue) = 84+145+175=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #5491AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5491AF is #AB6E50. Grayscale: #828282. Windows color (decimal): -11234897 or 11506004. OLE color: 11506004.

HSL color Cylindrical-coordinate representation of color #5491AF: hue angle of 199.78º 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 #5491AF is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 145 175 -
CMYK 0.52 0.17 0 0.31
HSL 199.78º 0.36% 0.51% -
HSV(B) 199.78º 0.52% 0.69% -
XYZ 21.52 25.23 44.29 -
YUV 130.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 84 145 175 0.52 0.17 0 0.31 199.78 0.36 0.51
Hex 54 91 AF 34 11 0 1F C8 24 33
Octal 124 221 257 64 21 0 37 310 44 63
Binary 1010100 10010001 10101111 110100 10001 0 11111 11001000 100100 110011

Color Harmonies of #5491AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5491AF

Black with #5491AF

Text Example


Text Example

White with #5491AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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