#5306EF

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

Shades of Han Purple #5306EF

Tints of Han Purple #5306EF

Color information

#5306EF (or 0x5306EF) is unknown color: approx Han Purple. HEX triplet: 53, 06 and EF. RGB value is (83,6,239). Sum of RGB (Red+Green+Blue) = 83+6+239=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #5306EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5306EF is #ACF910. Grayscale: #363636. Windows color (decimal): -11335953 or 15664723. OLE color: 15664723.

HSL color Cylindrical-coordinate representation of color #5306EF: hue angle of 259.83º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5306EF is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB836239-
CMYK0.650.9700.06
HSL259.83º95.1%48.04%-
HSV(B)259.83º97.49%93.73%-
XYZ19.218.282.23-
YUV55.58231.51147.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 6 (2.73% from 255) = 1.83%
BLUE value IS 239 (93.75% from 255) = 72.87%
R=25.30%
G=1.83%
B=72.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal8362390.650.9700.06259.8395.148.04
Hex536EF4161061045f30
Octal12363571011410640413760
Binary1010011110111011111000001110000101101000001001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5306EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5306EF; }

 p { color: rgb(83,6,239); }

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

<style>
 a { background-color: #5306EF; }

 a { background-color: rgb(83,6,239); }

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

<style>
 span { border-color: #5306EF; }

 span { border-color: rgb(83,6,239); }

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