#5610EB

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

Shades of Han Purple #5610EB

Tints of Han Purple #5610EB

Color information

#5610EB (or 0x5610EB) is unknown color: approx Han Purple. HEX triplet: 56, 10 and EB. RGB value is (86,16,235). Sum of RGB (Red+Green+Blue) = 86+16+235=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #5610EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5610EB is #A9EF14. Grayscale: #3D3D3D. Windows color (decimal): -11136789 or 15405142. OLE color: 15405142.

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

Color convert

RGB8616235-
CMYK0.630.9300.08
HSL259.18º87.25%49.22%-
HSV(B)259.18º93.19%92.16%-
XYZ19.028.3579.21-
YUV61.9225.69145.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 16 (6.64% from 255) = 4.75%
BLUE value IS 235 (92.19% from 255) = 69.73%
R=25.52%
G=4.75%
B=69.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal86162350.630.9300.08259.1887.2549.22
Hex5610EB3F5D081035731
Octal126203537713501040312761
Binary101011010000111010111111111011101010001000000111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5610EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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