#5509D8

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

Shades of Han Purple #5509D8

Tints of Han Purple #5509D8

Color information

#5509D8 (or 0x5509D8) is unknown color: approx Han Purple. HEX triplet: 55, 09 and D8. RGB value is (85,9,216). Sum of RGB (Red+Green+Blue) = 85+9+216=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 216 (84.77% from 255 or 69.68% from 310); Max value from RGB is 216 - color contains mainly: blue. Hex color #5509D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5509D8 is #AAF627. Grayscale: #363636. Windows color (decimal): -11204136 or 14158165. OLE color: 14158165.

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

Color convert

RGB859216-
CMYK0.610.9600.15
HSL262.03º92%44.12%-
HSV(B)262.03º95.83%84.71%-
XYZ16.247.0865.48-
YUV55.32218.68149.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 9 (3.91% from 255) = 2.90%
BLUE value IS 216 (84.77% from 255) = 69.68%
R=27.42%
G=2.90%
B=69.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8592160.610.9600.15262.039244.12
Hex559D83D600F1065c2c
Octal125113307514001740613454
Binary10101011001110110001111011100000011111000001101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5509D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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