#5E7D9B

Color #5E7D9B Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5E7D9B

Tints of Air Force Blue #5E7D9B

Color information

#5E7D9B (or 0x5E7D9B) is unknown color: approx Air Force Blue. HEX triplet: 5E, 7D and 9B. RGB value is (94,125,155). Sum of RGB (Red+Green+Blue) = 94+125+155=374 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.13% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E7D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7D9B is #A18264. Grayscale: #777777. Windows color (decimal): -10584677 or 10190174. OLE color: 10190174.

HSL color Cylindrical-coordinate representation of color #5E7D9B: hue angle of 209.51º 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 #5E7D9B is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB94125155-
CMYK0.390.1900.39
HSL209.51º24.5%48.82%-
HSV(B)209.51º39.35%60.78%-
XYZ17.8719.4133.82-
YUV119.15148.23110.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.13%
GREEN value IS 125 (49.22% from 255) = 33.42%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=25.13%
G=33.42%
B=41.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941251550.390.1900.39209.5124.548.82
Hex5E7D9B2713027d21831
Octal13617523347230473223061
Binary10111101111101100110111001111001101001111101001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E7D9B;
 }
 .AnyTagClassName
 {
   color: #5E7D9B;
 }
</style>
background-color css

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

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

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

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

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

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