Html Css Color HEX #5E889F Air Force Blue

📋 copy color: '#5E889F'

red 94 ◦ green 136 ◦ blue 159

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

Shades of Air Force Blue #5E889F

Tints of Air Force Blue #5E889F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.87%

R = 24.16%
G = 34.96%
B = 40.87%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E889F (or 0x5E889F) is known color: Air Force Blue. HEX triplet: 5E, 88 and 9F. RGB value is (94,136,159). Sum of RGB (Red+Green+Blue) = 94+136+159=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E889F is #A17760. Grayscale: #7D7D7D. Windows color (decimal): -10581857 or 10455134. OLE color: 10455134.

HSL color Cylindrical-coordinate representation of color #5E889F: hue angle of 201.23º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E889F is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 136 159 -
CMYK 0.41 0.14 0 0.38
HSL 201.23º 0.26% 0.5% -
HSV(B) 201.23º 0.41% 0.62% -
XYZ 19.68 22.49 36.1 -
YUV 126.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 94 136 159 0.41 0.14 0 0.38 201.23 0.26 0.5
Hex 5E 88 9F 29 E 0 26 C9 1A 32
Octal 136 210 237 51 16 0 46 311 32 62
Binary 1011110 10001000 10011111 101001 1110 0 100110 11001001 11010 110010

Color Harmonies of #5E889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E889F

Black with #5E889F

Text Example


Text Example

White with #5E889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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