#5611D8

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

Shades of Han Purple #5611D8

Tints of Han Purple #5611D8

Color information

#5611D8 (or 0x5611D8) is unknown color: approx Han Purple. HEX triplet: 56, 11 and D8. RGB value is (86,17,216). Sum of RGB (Red+Green+Blue) = 86+17+216=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 216 (84.77% from 255 or 67.71% from 319); Max value from RGB is 216 - color contains mainly: blue. Hex color #5611D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5611D8 is #A9EE27. Grayscale: #3B3B3B. Windows color (decimal): -11136552 or 14160214. OLE color: 14160214.

HSL color Cylindrical-coordinate representation of color #5611D8: hue angle of 260.8º 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 #5611D8 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8617216-
CMYK0.600.9200.15
HSL260.8º85.41%45.69%-
HSV(B)260.8º92.13%84.71%-
XYZ16.437.3465.52-
YUV60.32215.86146.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 17 (7.03% from 255) = 5.33%
BLUE value IS 216 (84.77% from 255) = 67.71%
R=26.96%
G=5.33%
B=67.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal86172160.600.9200.15260.885.4145.69
Hex5611D83C5C0F105552e
Octal126213307413401740512556
Binary101011010001110110001111001011100011111000001011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5611D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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