Html Css Color HEX #5E7F9B Air Force Blue

📋 copy color: '#5E7F9B'

red 94 ◦ green 127 ◦ blue 155

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

Shades of Air Force Blue #5E7F9B

Tints of Air Force Blue #5E7F9B

RGB

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

 GREEN value IS 127 (50% from 255) = 33.78%

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 25%
G = 33.78%
B = 41.22%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E7F9B (or 0x5E7F9B) is known color: Air Force Blue. HEX triplet: 5E, 7F and 9B. RGB value is (94,127,155). Sum of RGB (Red+Green+Blue) = 94+127+155=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E7F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7F9B is #A18064. Grayscale: #787878. Windows color (decimal): -10584165 or 10190686. OLE color: 10190686.

HSL color Cylindrical-coordinate representation of color #5E7F9B: hue angle of 207.54º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E7F9B is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 127 155 -
CMYK 0.39 0.18 0 0.39
HSL 207.54º 0.24% 0.49% -
HSV(B) 207.54º 0.39% 0.61% -
XYZ 18.12 19.92 33.9 -
YUV 120.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 94 127 155 0.39 0.18 0 0.39 207.54 0.24 0.49
Hex 5E 7F 9B 27 12 0 27 D0 18 31
Octal 136 177 233 47 22 0 47 320 30 61
Binary 1011110 1111111 10011011 100111 10010 0 100111 11010000 11000 110001

Color Harmonies of #5E7F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7F9B

Black with #5E7F9B

Text Example


Text Example

White with #5E7F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,127,155); }

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

background-color css

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

 a { background-color: rgb(94,127,155); }

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

border-color css

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

 span { border-color: rgb(94,127,155); }

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