#5E519E

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

Shades of Rich Blue #5E519E

Tints of Rich Blue #5E519E

Color information

#5E519E (or 0x5E519E) is unknown color: approx Rich Blue. HEX triplet: 5E, 51 and 9E. RGB value is (94,81,158). Sum of RGB (Red+Green+Blue) = 94+81+158=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E519E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E519E is #A1AE61. Grayscale: #5D5D5D. Windows color (decimal): -10595938 or 10375518. OLE color: 10375518.

HSL color Cylindrical-coordinate representation of color #5E519E: hue angle of 250.13º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E519E is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9481158-
CMYK0.410.4900.38
HSL250.13º32.22%46.86%-
HSV(B)250.13º48.73%61.96%-
XYZ13.7310.7333.7-
YUV93.66164.31128.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.23%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=28.23%
G=24.32%
B=47.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94811580.410.4900.38250.1332.2246.86
Hex5E519E2931026fa202f
Octal13612123651610463724057
Binary1011110101000110011110101001110001010011011111010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,81,158); }

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

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

 a { background-color: rgb(94,81,158); }

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

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

 span { border-color: rgb(94,81,158); }

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