#5522ee

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

Shades of Han Purple #5522EE

Tints of Han Purple #5522EE

Color information

#5522EE (or 0x5522EE) is unknown color: approx Han Purple. HEX triplet: 55, 22 and EE. RGB value is (85,34,238). Sum of RGB (Red+Green+Blue) = 85+34+238=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #5522EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5522EE is #AADD11. Grayscale: #474747. Windows color (decimal): -11197714 or 15606357. OLE color: 15606357.

HSL color Cylindrical-coordinate representation of color #5522EE: hue angle of 255º degrees, saturation: 0.86, 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 #5522EE is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8534238-
CMYK0.640.8600.07
HSL255º85.71%53.33%-
HSV(B)255º85.71%93.33%-
XYZ19.759.2581.63-
YUV72.5221.4136.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 34 (13.67% from 255) = 9.52%
BLUE value IS 238 (93.36% from 255) = 66.67%
R=23.81%
G=9.52%
B=66.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal85342380.640.8600.0725585.7153.33
Hex5522EE405607ff5635
Octal125423561001260737712665
Binary101010110001011101110100000010101100111111111111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5522ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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