Html Css Color HEX #5511DC Han Purple

📋 copy color: '#5511DC'

red 85 ◦ green 17 ◦ blue 220

#5511DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5511DC

Tints of Han Purple #5511DC

RGB

 RED value IS 85 (33.59% from 255) = 26.4%

 GREEN value IS 17 (7.03% from 255) = 5.28%

 BLUE value IS 220 (86.33% from 255) = 68.32%

R = 26.4%
G = 5.28%
B = 68.32%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5511DC (or 0x5511DC) is known color: Han Purple. HEX triplet: 55, 11 and DC. RGB value is (85,17,220). Sum of RGB (Red+Green+Blue) = 85+17+220=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #5511DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5511DC is #AAEE23. Grayscale: #3B3B3B. Windows color (decimal): -11202084 or 14422357. OLE color: 14422357.

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

Color convert

RGB 85 17 220 -
CMYK 0.61 0.92 0 0.14
HSL 260.1º 0.86% 0.46% -
HSV(B) 260.1º 0.92% 0.86% -
XYZ 16.87 7.5 68.27 -
YUV 60.47 218.03 145.49 -
System Red Green Blue C M Y K H S L
Decimal 85 17 220 0.61 0.92 0 0.14 260.1 0.86 0.46
Hex 55 11 DC 3D 5C 0 E 104 56 2E
Octal 125 21 334 75 134 0 16 404 126 56
Binary 1010101 10001 11011100 111101 1011100 0 1110 100000100 1010110 101110

Color Harmonies of #5511DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5511DC

Black with #5511DC

Text Example


Text Example

White with #5511DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5511DC;
 }
 .AnyTagClassName
 {
   color: #5511DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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