#5E819C

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

Shades of Air Force Blue #5E819C

Tints of Air Force Blue #5E819C

Color information

#5E819C (or 0x5E819C) is unknown color: approx Air Force Blue. HEX triplet: 5E, 81 and 9C. RGB value is (94,129,156). Sum of RGB (Red+Green+Blue) = 94+129+156=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E819C is #A17E63. Grayscale: #797979. Windows color (decimal): -10583652 or 10256734. OLE color: 10256734.

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

Color convert

RGB94129156-
CMYK0.400.1700.39
HSL206.13º24.8%49.02%-
HSV(B)206.13º39.74%61.18%-
XYZ18.4720.4834.43-
YUV121.61147.4108.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.80%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=24.80%
G=34.04%
B=41.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal941291560.400.1700.39206.1324.849.02
Hex5E819C2811027ce1931
Octal13620123450210473163161
Binary101111010000001100111001010001000101001111100111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,129,156); }

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

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

 a { background-color: rgb(94,129,156); }

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

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

 span { border-color: rgb(94,129,156); }

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