Html Css Color HEX #5E88AB Air Force Blue

📋 copy color: '#5E88AB'

red 94 ◦ green 136 ◦ blue 171

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

Shades of Air Force Blue #5E88AB

Tints of Air Force Blue #5E88AB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.92%

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

R = 23.44%
G = 33.92%
B = 42.64%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E88AB (or 0x5E88AB) is known color: Air Force Blue. HEX triplet: 5E, 88 and AB. RGB value is (94,136,171). Sum of RGB (Red+Green+Blue) = 94+136+171=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E88AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E88AB is #A17754. Grayscale: #7F7F7F. Windows color (decimal): -10581845 or 11241566. OLE color: 11241566.

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

Color convert

RGB 94 136 171 -
CMYK 0.45 0.20 0 0.33
HSL 207.27º 0.31% 0.52% -
HSV(B) 207.27º 0.45% 0.67% -
XYZ 20.77 22.93 41.86 -
YUV 127.43 152.59 104.15 -
System Red Green Blue C M Y K H S L
Decimal 94 136 171 0.45 0.20 0 0.33 207.27 0.31 0.52
Hex 5E 88 AB 2D 14 0 21 CF 1F 34
Octal 136 210 253 55 24 0 41 317 37 64
Binary 1011110 10001000 10101011 101101 10100 0 100001 11001111 11111 110100

Color Harmonies of #5E88AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E88AB

Black with #5E88AB

Text Example


Text Example

White with #5E88AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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