#5533ee

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

Shades of Han Purple #5533EE

Tints of Han Purple #5533EE

Color information

#5533EE (or 0x5533EE) is unknown color: approx Han Purple. HEX triplet: 55, 33 and EE. RGB value is (85,51,238). Sum of RGB (Red+Green+Blue) = 85+51+238=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #5533EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5533EE is #AACC11. Grayscale: #515151. Windows color (decimal): -11193362 or 15610709. OLE color: 15610709.

HSL color Cylindrical-coordinate representation of color #5533EE: hue angle of 250.91º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5533EE is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8551238-
CMYK0.640.7900.07
HSL250.91º84.62%56.67%-
HSV(B)250.91º78.57%93.33%-
XYZ20.3610.4781.84-
YUV82.48215.76129.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 238 (93.36% from 255) = 63.64%
R=22.73%
G=13.64%
B=63.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal85512380.640.7900.07250.9184.6256.67
Hex5533EE404F07fb5539
Octal125633561001170737312571
Binary101010111001111101110100000010011110111111110111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5533ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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