#5E7BAA

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

Shades of Air Force Blue #5E7BAA

Tints of Air Force Blue #5E7BAA

Color information

#5E7BAA (or 0x5E7BAA) is unknown color: approx Air Force Blue. HEX triplet: 5E, 7B and AA. RGB value is (94,123,170). Sum of RGB (Red+Green+Blue) = 94+123+170=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E7BAA is #A18455. Grayscale: #777777. Windows color (decimal): -10585174 or 11172702. OLE color: 11172702.

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

Color convert

RGB94123170-
CMYK0.450.2800.33
HSL217.11º30.89%51.76%-
HSV(B)217.11º44.71%66.67%-
XYZ18.9519.4540.79-
YUV119.69156.39109.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.29%
GREEN value IS 123 (48.44% from 255) = 31.78%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=24.29%
G=31.78%
B=43.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941231700.450.2800.33217.1130.8951.76
Hex5E7BAA2D1C021d91f34
Octal13617325255340413313764
Binary10111101111011101010101011011110001000011101100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,123,170); }

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

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

 a { background-color: rgb(94,123,170); }

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

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

 span { border-color: rgb(94,123,170); }

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