#5E519C

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

Shades of Rich Blue #5E519C

Tints of Rich Blue #5E519C

Color information

#5E519C (or 0x5E519C) is unknown color: approx Rich Blue. HEX triplet: 5E, 51 and 9C. RGB value is (94,81,156). Sum of RGB (Red+Green+Blue) = 94+81+156=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E519C is #A1AE63. Grayscale: #5D5D5D. Windows color (decimal): -10595940 or 10244446. OLE color: 10244446.

HSL color Cylindrical-coordinate representation of color #5E519C: hue angle of 250.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E519C is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9481156-
CMYK0.400.4800.39
HSL250.4º31.65%46.47%-
HSV(B)250.4º48.08%61.18%-
XYZ13.5610.6632.8-
YUV93.44163.31128.4-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.40%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=28.40%
G=24.47%
B=47.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94811560.400.4800.39250.431.6546.47
Hex5E519C2830027fa202e
Octal13612123450600473724056
Binary1011110101000110011100101000110000010011111111010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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