#5622EB

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

Shades of Han Purple #5622EB

Tints of Han Purple #5622EB

Color information

#5622EB (or 0x5622EB) is unknown color: approx Han Purple. HEX triplet: 56, 22 and EB. RGB value is (86,34,235). Sum of RGB (Red+Green+Blue) = 86+34+235=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #5622EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5622EB is #A9DD14. Grayscale: #474747. Windows color (decimal): -11132181 or 15409750. OLE color: 15409750.

HSL color Cylindrical-coordinate representation of color #5622EB: hue angle of 255.52º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5622EB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8634235-
CMYK0.630.8600.08
HSL255.52º83.4%52.75%-
HSV(B)255.52º85.53%92.16%-
XYZ19.419.1279.33-
YUV72.46219.73137.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 34 (13.67% from 255) = 9.58%
BLUE value IS 235 (92.19% from 255) = 66.20%
R=24.23%
G=9.58%
B=66.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal86342350.630.8600.08255.5283.452.75
Hex5622EB3F56081005335
Octal126423537712601040012365
Binary1010110100010111010111111111010110010001000000001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5622EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5622EB; }

 p { color: rgb(86,34,235); }

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

<style>
 a { background-color: #5622EB; }

 a { background-color: rgb(86,34,235); }

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

<style>
 span { border-color: #5622EB; }

 span { border-color: rgb(86,34,235); }

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