Html Css Color HEX #5A7BAA Air Force Blue

📋 copy color: '#5A7BAA'

red 90 ◦ green 123 ◦ blue 170

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

Shades of Air Force Blue #5A7BAA

Tints of Air Force Blue #5A7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.11%

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

R = 23.5%
G = 32.11%
B = 44.39%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A7BAA (or 0x5A7BAA) is known color: Air Force Blue. HEX triplet: 5A, 7B and AA. RGB value is (90,123,170). Sum of RGB (Red+Green+Blue) = 90+123+170=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7BAA is #A58455. Grayscale: #767676. Windows color (decimal): -10847318 or 11172698. OLE color: 11172698.

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

Color convert

RGB 90 123 170 -
CMYK 0.47 0.28 0 0.33
HSL 215.25º 0.32% 0.51% -
HSV(B) 215.25º 0.47% 0.67% -
XYZ 18.56 19.24 40.77 -
YUV 118.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 90 123 170 0.47 0.28 0 0.33 215.25 0.32 0.51
Hex 5A 7B AA 2F 1C 0 21 D7 20 33
Octal 132 173 252 57 34 0 41 327 40 63
Binary 1011010 1111011 10101010 101111 11100 0 100001 11010111 100000 110011

Color Harmonies of #5A7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7BAA

Black with #5A7BAA

Text Example


Text Example

White with #5A7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,123,170); }

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

background-color css

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

 a { background-color: rgb(90,123,170); }

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

border-color css

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

 span { border-color: rgb(90,123,170); }

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