#5E4EA9

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

Shades of Rich Blue #5E4EA9

Tints of Rich Blue #5E4EA9

Color information

#5E4EA9 (or 0x5E4EA9) is unknown color: approx Rich Blue. HEX triplet: 5E, 4E and A9. RGB value is (94,78,169). Sum of RGB (Red+Green+Blue) = 94+78+169=341 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.57% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #5E4EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4EA9 is #A1B156. Grayscale: #5C5C5C. Windows color (decimal): -10596695 or 11095646. OLE color: 11095646.

HSL color Cylindrical-coordinate representation of color #5E4EA9: hue angle of 250.55º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E4EA9 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9478169-
CMYK0.440.5400.34
HSL250.55º36.84%48.43%-
HSV(B)250.55º53.85%66.27%-
XYZ14.510.6938.84-
YUV93.16170.8128.6-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.57%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 169 (66.41% from 255) = 49.56%
R=27.57%
G=22.87%
B=49.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal94781690.440.5400.34250.5536.8448.43
Hex5E4EA92C36022fb2530
Octal13611625154660423734560
Binary1011110100111010101001101100110110010001011111011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E4EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,78,169); }

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

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

 a { background-color: rgb(94,78,169); }

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

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

 span { border-color: rgb(94,78,169); }

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