Html Css Color HEX #5522EC Han Purple

📋 copy color: '#5522EC'

red 85 ◦ green 34 ◦ blue 236

#5522EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5522EC

Tints of Han Purple #5522EC

RGB

 RED value IS 85 (33.59% from 255) = 23.94%

 GREEN value IS 34 (13.67% from 255) = 9.58%

 BLUE value IS 236 (92.58% from 255) = 66.48%

R = 23.94%
G = 9.58%
B = 66.48%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5522EC (or 0x5522EC) is known color: Han Purple. HEX triplet: 55, 22 and EC. RGB value is (85,34,236). Sum of RGB (Red+Green+Blue) = 85+34+236=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #5522EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5522EC is #AADD13. Grayscale: #474747. Windows color (decimal): -11197716 or 15475285. OLE color: 15475285.

HSL color Cylindrical-coordinate representation of color #5522EC: hue angle of 255.15º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5522EC is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 34 236 -
CMYK 0.64 0.86 0 0.07
HSL 255.15º 0.84% 0.53% -
HSV(B) 255.15º 0.86% 0.93% -
XYZ 19.46 9.13 80.09 -
YUV 72.28 220.4 137.07 -
System Red Green Blue C M Y K H S L
Decimal 85 34 236 0.64 0.86 0 0.07 255.15 0.84 0.53
Hex 55 22 EC 40 56 0 7 FF 54 35
Octal 125 42 354 100 126 0 7 377 124 65
Binary 1010101 100010 11101100 1000000 1010110 0 111 11111111 1010100 110101

Color Harmonies of #5522EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5522EC

Black with #5522EC

Text Example


Text Example

White with #5522EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5522EC; }

 p { color: rgb(85,34,236); }

 H1.HeaderClassName
 {
   color: #5522EC;
 }
 .AnyTagClassName
 {
   color: #5522EC;
 }
</style>

background-color css

<style>
 a { background-color: #5522EC; }

 a { background-color: rgb(85,34,236); }

 div.DivClassName
 {
   background-color: #5522EC;
 }
 .BgClassName
 {
   background-color: #5522EC;
 }
</style>

border-color css

<style>
 span { border-color: #5522EC; }

 span { border-color: rgb(85,34,236); }

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