#5511D8

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

Shades of Han Purple #5511D8

Tints of Han Purple #5511D8

Color information

#5511D8 (or 0x5511D8) is unknown color: approx Han Purple. HEX triplet: 55, 11 and D8. RGB value is (85,17,216). Sum of RGB (Red+Green+Blue) = 85+17+216=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 216 (84.77% from 255 or 67.92% from 318); Max value from RGB is 216 - color contains mainly: blue. Hex color #5511D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5511D8 is #AAEE27. Grayscale: #3B3B3B. Windows color (decimal): -11202088 or 14160213. OLE color: 14160213.

HSL color Cylindrical-coordinate representation of color #5511D8: hue angle of 260.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5511D8 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8517216-
CMYK0.610.9200.15
HSL260.5º85.41%45.69%-
HSV(B)260.5º92.13%84.71%-
XYZ16.347.2965.51-
YUV60.02216.03145.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 17 (7.03% from 255) = 5.35%
BLUE value IS 216 (84.77% from 255) = 67.92%
R=26.73%
G=5.35%
B=67.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85172160.610.9200.15260.585.4145.69
Hex5511D83D5C0F105552e
Octal125213307513401740512556
Binary101010110001110110001111011011100011111000001011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5511D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5511D8; }

 p { color: rgb(85,17,216); }

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

<style>
 a { background-color: #5511D8; }

 a { background-color: rgb(85,17,216); }

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

<style>
 span { border-color: #5511D8; }

 span { border-color: rgb(85,17,216); }

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