#5636EB

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

Shades of Han Purple #5636EB

Tints of Han Purple #5636EB

Color information

#5636EB (or 0x5636EB) is unknown color: approx Han Purple. HEX triplet: 56, 36 and EB. RGB value is (86,54,235). Sum of RGB (Red+Green+Blue) = 86+54+235=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #5636EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5636EB is #A9C914. Grayscale: #535353. Windows color (decimal): -11127061 or 15414870. OLE color: 15414870.

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

Color convert

RGB8654235-
CMYK0.630.7700.08
HSL250.61º81.9%56.67%-
HSV(B)250.61º77.02%92.16%-
XYZ20.1510.6179.58-
YUV84.2213.1129.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 54 (21.48% from 255) = 14.4%
BLUE value IS 235 (92.19% from 255) = 62.67%
R=22.93%
G=14.4%
B=62.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal86542350.630.7700.08250.6181.956.67
Hex5636EB3F4D08fb5239
Octal126663537711501037312271
Binary101011011011011101011111111100110101000111110111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5636EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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