Html Css Color HEX #5E7DAB Air Force Blue

📋 copy color: '#5E7DAB'

red 94 ◦ green 125 ◦ blue 171

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

Shades of Air Force Blue #5E7DAB

Tints of Air Force Blue #5E7DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.05%

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

R = 24.1%
G = 32.05%
B = 43.85%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E7DAB (or 0x5E7DAB) is known color: Air Force Blue. HEX triplet: 5E, 7D and AB. RGB value is (94,125,171). Sum of RGB (Red+Green+Blue) = 94+125+171=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E7DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7DAB is #A18254. Grayscale: #787878. Windows color (decimal): -10584661 or 11238750. OLE color: 11238750.

HSL color Cylindrical-coordinate representation of color #5E7DAB: hue angle of 215.84º 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 #5E7DAB is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 125 171 -
CMYK 0.45 0.27 0 0.33
HSL 215.84º 0.31% 0.52% -
HSV(B) 215.84º 0.45% 0.67% -
XYZ 19.3 19.99 41.37 -
YUV 120.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 94 125 171 0.45 0.27 0 0.33 215.84 0.31 0.52
Hex 5E 7D AB 2D 1B 0 21 D8 1F 34
Octal 136 175 253 55 33 0 41 330 37 64
Binary 1011110 1111101 10101011 101101 11011 0 100001 11011000 11111 110100

Color Harmonies of #5E7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7DAB

Black with #5E7DAB

Text Example


Text Example

White with #5E7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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