Html Css Color HEX #5A7EAC Air Force Blue

📋 copy color: '#5A7EAC'

red 90 ◦ green 126 ◦ blue 172

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

Shades of Air Force Blue #5A7EAC

Tints of Air Force Blue #5A7EAC

RGB

 RED value IS 90 (35.55% from 255) = 23.2%

 GREEN value IS 126 (49.61% from 255) = 32.47%

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

R = 23.2%
G = 32.47%
B = 44.33%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A7EAC (or 0x5A7EAC) is known color: Air Force Blue. HEX triplet: 5A, 7E and AC. RGB value is (90,126,172). Sum of RGB (Red+Green+Blue) = 90+126+172=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A7EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7EAC is #A58153. Grayscale: #787878. Windows color (decimal): -10846548 or 11304538. OLE color: 11304538.

HSL color Cylindrical-coordinate representation of color #5A7EAC: hue angle of 213.66º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A7EAC is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 126 172 -
CMYK 0.48 0.27 0 0.33
HSL 213.66º 0.33% 0.51% -
HSV(B) 213.66º 0.48% 0.67% -
XYZ 19.12 20.07 41.9 -
YUV 120.48 157.07 106.26 -
System Red Green Blue C M Y K H S L
Decimal 90 126 172 0.48 0.27 0 0.33 213.66 0.33 0.51
Hex 5A 7E AC 30 1B 0 21 D6 21 33
Octal 132 176 254 60 33 0 41 326 41 63
Binary 1011010 1111110 10101100 110000 11011 0 100001 11010110 100001 110011

Color Harmonies of #5A7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7EAC

Black with #5A7EAC

Text Example


Text Example

White with #5A7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A7EAC; }

 p { color: rgb(90,126,172); }

 H1.HeaderClassName
 {
   color: #5A7EAC;
 }
 .AnyTagClassName
 {
   color: #5A7EAC;
 }
</style>

background-color css

<style>
 a { background-color: #5A7EAC; }

 a { background-color: rgb(90,126,172); }

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

border-color css

<style>
 span { border-color: #5A7EAC; }

 span { border-color: rgb(90,126,172); }

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