#5519EC

Color #5519EC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5519EC

Tints of Han Purple #5519EC

Color information

#5519EC (or 0x5519EC) is unknown color: approx Han Purple. HEX triplet: 55, 19 and EC. RGB value is (85,25,236). Sum of RGB (Red+Green+Blue) = 85+25+236=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #5519EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5519EC is #AAE613. Grayscale: #424242. Windows color (decimal): -11200020 or 15472981. OLE color: 15472981.

HSL color Cylindrical-coordinate representation of color #5519EC: hue angle of 257.06º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5519EC is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8525236-
CMYK0.640.8900.07
HSL257.06º84.74%51.18%-
HSV(B)257.06º89.41%92.55%-
XYZ19.238.6880.02-
YUV66.99223.38140.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 25 (10.16% from 255) = 7.23%
BLUE value IS 236 (92.58% from 255) = 68.21%
R=24.57%
G=7.23%
B=68.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal85252360.640.8900.07257.0684.7451.18
Hex5519EC4059071015533
Octal125313541001310740112563
Binary101010111001111011001000000101100101111000000011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5519EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5519EC; }

 p { color: rgb(85,25,236); }

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

<style>
 a { background-color: #5519EC; }

 a { background-color: rgb(85,25,236); }

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

<style>
 span { border-color: #5519EC; }

 span { border-color: rgb(85,25,236); }

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