Html Css Color HEX #5B7BAA Air Force Blue

📋 copy color: '#5B7BAA'

red 91 ◦ green 123 ◦ blue 170

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

Shades of Air Force Blue #5B7BAA

Tints of Air Force Blue #5B7BAA

RGB

 RED value IS 91 (35.94% from 255) = 23.7%

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

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

R = 23.7%
G = 32.03%
B = 44.27%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B7BAA (or 0x5B7BAA) is known color: Air Force Blue. HEX triplet: 5B, 7B and AA. RGB value is (91,123,170). Sum of RGB (Red+Green+Blue) = 91+123+170=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7BAA is #A48455. Grayscale: #767676. Windows color (decimal): -10781782 or 11172699. OLE color: 11172699.

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

Color convert

RGB 91 123 170 -
CMYK 0.46 0.28 0 0.33
HSL 215.7º 0.32% 0.51% -
HSV(B) 215.7º 0.46% 0.67% -
XYZ 18.65 19.29 40.77 -
YUV 118.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 91 123 170 0.46 0.28 0 0.33 215.7 0.32 0.51
Hex 5B 7B AA 2E 1C 0 21 D8 20 33
Octal 133 173 252 56 34 0 41 330 40 63
Binary 1011011 1111011 10101010 101110 11100 0 100001 11011000 100000 110011

Color Harmonies of #5B7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7BAA

Black with #5B7BAA

Text Example


Text Example

White with #5B7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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