Html Css Color HEX #5384AE Air Force Blue

📋 copy color: '#5384AE'

red 83 ◦ green 132 ◦ blue 174

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

Shades of Air Force Blue #5384AE

Tints of Air Force Blue #5384AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 21.34%
G = 33.93%
B = 44.73%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5384AE (or 0x5384AE) is known color: Air Force Blue. HEX triplet: 53, 84 and AE. RGB value is (83,132,174). Sum of RGB (Red+Green+Blue) = 83+132+174=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #5384AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5384AE is #AC7B51. Grayscale: #797979. Windows color (decimal): -11303762 or 11437139. OLE color: 11437139.

HSL color Cylindrical-coordinate representation of color #5384AE: hue angle of 207.69º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5384AE is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 132 174 -
CMYK 0.52 0.24 0 0.32
HSL 207.69º 0.36% 0.5% -
HSV(B) 207.69º 0.52% 0.68% -
XYZ 19.46 21.4 43.15 -
YUV 122.14 157.27 100.08 -
System Red Green Blue C M Y K H S L
Decimal 83 132 174 0.52 0.24 0 0.32 207.69 0.36 0.5
Hex 53 84 AE 34 18 0 20 D0 24 32
Octal 123 204 256 64 30 0 40 320 44 62
Binary 1010011 10000100 10101110 110100 11000 0 100000 11010000 100100 110010

Color Harmonies of #5384AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384AE

Black with #5384AE

Text Example


Text Example

White with #5384AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5384AE; }

 p { color: rgb(83,132,174); }

 H1.HeaderClassName
 {
   color: #5384AE;
 }
 .AnyTagClassName
 {
   color: #5384AE;
 }
</style>

background-color css

<style>
 a { background-color: #5384AE; }

 a { background-color: rgb(83,132,174); }

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

border-color css

<style>
 span { border-color: #5384AE; }

 span { border-color: rgb(83,132,174); }

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