Html Css Color HEX #5E86AB Air Force Blue

📋 copy color: '#5E86AB'

red 94 ◦ green 134 ◦ blue 171

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

Shades of Air Force Blue #5E86AB

Tints of Air Force Blue #5E86AB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.58%

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

R = 23.56%
G = 33.58%
B = 42.86%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E86AB (or 0x5E86AB) is known color: Air Force Blue. HEX triplet: 5E, 86 and AB. RGB value is (94,134,171). Sum of RGB (Red+Green+Blue) = 94+134+171=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E86AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E86AB is #A17954. Grayscale: #7E7E7E. Windows color (decimal): -10582357 or 11241054. OLE color: 11241054.

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

Color convert

RGB 94 134 171 -
CMYK 0.45 0.22 0 0.33
HSL 208.83º 0.31% 0.52% -
HSV(B) 208.83º 0.45% 0.67% -
XYZ 20.49 22.37 41.77 -
YUV 126.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 94 134 171 0.45 0.22 0 0.33 208.83 0.31 0.52
Hex 5E 86 AB 2D 16 0 21 D1 1F 34
Octal 136 206 253 55 26 0 41 321 37 64
Binary 1011110 10000110 10101011 101101 10110 0 100001 11010001 11111 110100

Color Harmonies of #5E86AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E86AB

Black with #5E86AB

Text Example


Text Example

White with #5E86AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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