Html Css Color HEX #5380AA Air Force Blue

📋 copy color: '#5380AA'

red 83 ◦ green 128 ◦ blue 170

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

Shades of Air Force Blue #5380AA

Tints of Air Force Blue #5380AA

RGB

 RED value IS 83 (32.81% from 255) = 21.78%

 GREEN value IS 128 (50.39% from 255) = 33.6%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 21.78%
G = 33.6%
B = 44.62%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5380AA (or 0x5380AA) is known color: Air Force Blue. HEX triplet: 53, 80 and AA. RGB value is (83,128,170). Sum of RGB (Red+Green+Blue) = 83+128+170=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #5380AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5380AA is #AC7F55. Grayscale: #777777. Windows color (decimal): -11304790 or 11173971. OLE color: 11173971.

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

Color convert

RGB 83 128 170 -
CMYK 0.51 0.25 0 0.33
HSL 208.97º 0.34% 0.5% -
HSV(B) 208.97º 0.51% 0.67% -
XYZ 18.54 20.18 40.95 -
YUV 119.33 156.59 102.08 -
System Red Green Blue C M Y K H S L
Decimal 83 128 170 0.51 0.25 0 0.33 208.97 0.34 0.5
Hex 53 80 AA 33 19 0 21 D1 22 32
Octal 123 200 252 63 31 0 41 321 42 62
Binary 1010011 10000000 10101010 110011 11001 0 100001 11010001 100010 110010

Color Harmonies of #5380AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5380AA

Black with #5380AA

Text Example


Text Example

White with #5380AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5380AA; }

 p { color: rgb(83,128,170); }

 H1.HeaderClassName
 {
   color: #5380AA;
 }
 .AnyTagClassName
 {
   color: #5380AA;
 }
</style>

background-color css

<style>
 a { background-color: #5380AA; }

 a { background-color: rgb(83,128,170); }

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

border-color css

<style>
 span { border-color: #5380AA; }

 span { border-color: rgb(83,128,170); }

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