Html Css Color HEX #5B7EA7 Air Force Blue

📋 copy color: '#5B7EA7'

red 91 ◦ green 126 ◦ blue 167

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

Shades of Air Force Blue #5B7EA7

Tints of Air Force Blue #5B7EA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 43.49%

R = 23.7%
G = 32.81%
B = 43.49%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5B7EA7 (or 0x5B7EA7) is known color: Air Force Blue. HEX triplet: 5B, 7E and A7. RGB value is (91,126,167). Sum of RGB (Red+Green+Blue) = 91+126+167=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 167 (65.62% from 255 or 43.49% from 384); Max value from RGB is 167 - color contains mainly: blue. Hex color #5B7EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7EA7 is #A48158. Grayscale: #787878. Windows color (decimal): -10781017 or 10976859. OLE color: 10976859.

HSL color Cylindrical-coordinate representation of color #5B7EA7: hue angle of 212.37º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B7EA7 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 126 167 -
CMYK 0.46 0.25 0 0.35
HSL 212.37º 0.3% 0.51% -
HSV(B) 212.37º 0.46% 0.65% -
XYZ 18.75 19.94 39.42 -
YUV 120.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 91 126 167 0.46 0.25 0 0.35 212.37 0.3 0.51
Hex 5B 7E A7 2E 19 0 23 D4 1E 33
Octal 133 176 247 56 31 0 43 324 36 63
Binary 1011011 1111110 10100111 101110 11001 0 100011 11010100 11110 110011

Color Harmonies of #5B7EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7EA7

Black with #5B7EA7

Text Example


Text Example

White with #5B7EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,126,167); }

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

background-color css

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

 a { background-color: rgb(91,126,167); }

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

border-color css

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

 span { border-color: rgb(91,126,167); }

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