Html Css Color HEX #5483AC Air Force Blue

📋 copy color: '#5483AC'

red 84 ◦ green 131 ◦ blue 172

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

Shades of Air Force Blue #5483AC

Tints of Air Force Blue #5483AC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 21.71%
G = 33.85%
B = 44.44%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5483AC (or 0x5483AC) is known color: Air Force Blue. HEX triplet: 54, 83 and AC. RGB value is (84,131,172). Sum of RGB (Red+Green+Blue) = 84+131+172=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #5483AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5483AC is #AB7C53. Grayscale: #797979. Windows color (decimal): -11238484 or 11305812. OLE color: 11305812.

HSL color Cylindrical-coordinate representation of color #5483AC: hue angle of 207.95º degrees, saturation: 0.35, 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 #5483AC is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 131 172 -
CMYK 0.51 0.24 0 0.33
HSL 207.95º 0.35% 0.5% -
HSV(B) 207.95º 0.51% 0.67% -
XYZ 19.22 21.1 42.09 -
YUV 121.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 84 131 172 0.51 0.24 0 0.33 207.95 0.35 0.5
Hex 54 83 AC 33 18 0 21 D0 23 32
Octal 124 203 254 63 30 0 41 320 43 62
Binary 1010100 10000011 10101100 110011 11000 0 100001 11010000 100011 110010

Color Harmonies of #5483AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5483AC

Black with #5483AC

Text Example


Text Example

White with #5483AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5483AC; }

 p { color: rgb(84,131,172); }

 H1.HeaderClassName
 {
   color: #5483AC;
 }
 .AnyTagClassName
 {
   color: #5483AC;
 }
</style>

background-color css

<style>
 a { background-color: #5483AC; }

 a { background-color: rgb(84,131,172); }

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

border-color css

<style>
 span { border-color: #5483AC; }

 span { border-color: rgb(84,131,172); }

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