Html Css Color HEX #5E7BAB Air Force Blue

📋 copy color: '#5E7BAB'

red 94 ◦ green 123 ◦ blue 171

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

Shades of Air Force Blue #5E7BAB

Tints of Air Force Blue #5E7BAB

RGB

 RED value IS 94 (37.11% from 255) = 24.23%

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 24.23%
G = 31.7%
B = 44.07%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E7BAB (or 0x5E7BAB) is known color: Air Force Blue. HEX triplet: 5E, 7B and AB. RGB value is (94,123,171). Sum of RGB (Red+Green+Blue) = 94+123+171=388 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.23% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7BAB is #A18454. Grayscale: #777777. Windows color (decimal): -10585173 or 11238238. OLE color: 11238238.

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

Color convert

RGB 94 123 171 -
CMYK 0.45 0.28 0 0.33
HSL 217.4º 0.31% 0.52% -
HSV(B) 217.4º 0.45% 0.67% -
XYZ 19.05 19.49 41.29 -
YUV 119.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 94 123 171 0.45 0.28 0 0.33 217.4 0.31 0.52
Hex 5E 7B AB 2D 1C 0 21 D9 1F 34
Octal 136 173 253 55 34 0 41 331 37 64
Binary 1011110 1111011 10101011 101101 11100 0 100001 11011001 11111 110100

Color Harmonies of #5E7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7BAB

Black with #5E7BAB

Text Example


Text Example

White with #5E7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,123,171); }

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

background-color css

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

 a { background-color: rgb(94,123,171); }

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

border-color css

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

 span { border-color: rgb(94,123,171); }

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