Html Css Color HEX #5384A6 Air Force Blue

📋 copy color: '#5384A6'

red 83 ◦ green 132 ◦ blue 166

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

Shades of Air Force Blue #5384A6

Tints of Air Force Blue #5384A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.57%

R = 21.78%
G = 34.65%
B = 43.57%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5384A6 (or 0x5384A6) is known color: Air Force Blue. HEX triplet: 53, 84 and A6. RGB value is (83,132,166). Sum of RGB (Red+Green+Blue) = 83+132+166=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 166 - color contains mainly: blue. Hex color #5384A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5384A6 is #AC7B59. Grayscale: #797979. Windows color (decimal): -11303770 or 10912851. OLE color: 10912851.

HSL color Cylindrical-coordinate representation of color #5384A6: hue angle of 204.58º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5384A6 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 132 166 -
CMYK 0.50 0.20 0 0.35
HSL 204.58º 0.33% 0.49% -
HSV(B) 204.58º 0.5% 0.65% -
XYZ 18.7 21.09 39.16 -
YUV 121.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 83 132 166 0.50 0.20 0 0.35 204.58 0.33 0.49
Hex 53 84 A6 32 14 0 23 CD 21 31
Octal 123 204 246 62 24 0 43 315 41 61
Binary 1010011 10000100 10100110 110010 10100 0 100011 11001101 100001 110001

Color Harmonies of #5384A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5384A6

Black with #5384A6

Text Example


Text Example

White with #5384A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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