#5536EB

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

Shades of Han Purple #5536EB

Tints of Han Purple #5536EB

Color information

#5536EB (or 0x5536EB) is unknown color: approx Han Purple. HEX triplet: 55, 36 and EB. RGB value is (85,54,235). Sum of RGB (Red+Green+Blue) = 85+54+235=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #5536EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5536EB is #AAC914. Grayscale: #535353. Windows color (decimal): -11192597 or 15414869. OLE color: 15414869.

HSL color Cylindrical-coordinate representation of color #5536EB: hue angle of 250.28º 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 #5536EB is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8554235-
CMYK0.640.7700.08
HSL250.28º81.9%56.67%-
HSV(B)250.28º77.02%92.16%-
XYZ20.0610.5779.58-
YUV83.9213.27128.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 54 (21.48% from 255) = 14.44%
BLUE value IS 235 (92.19% from 255) = 62.83%
R=22.73%
G=14.44%
B=62.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal85542350.640.7700.08250.2881.956.67
Hex5536EB404D08fa5239
Octal1256635310011501037212271
Binary1010101110110111010111000000100110101000111110101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5536EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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