Html Css Color HEX #5516DB Han Purple

📋 copy color: '#5516DB'

red 85 ◦ green 22 ◦ blue 219

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

Shades of Han Purple #5516DB

Tints of Han Purple #5516DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.75%

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 26.07%
G = 6.75%
B = 67.18%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5516DB (or 0x5516DB) is known color: Han Purple. HEX triplet: 55, 16 and DB. RGB value is (85,22,219). Sum of RGB (Red+Green+Blue) = 85+22+219=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #5516DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5516DB is #AAE924. Grayscale: #3E3E3E. Windows color (decimal): -11200805 or 14358101. OLE color: 14358101.

HSL color Cylindrical-coordinate representation of color #5516DB: hue angle of 259.19º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5516DB is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 22 219 -
CMYK 0.61 0.90 0 0.14
HSL 259.19º 0.82% 0.47% -
HSV(B) 259.19º 0.9% 0.86% -
XYZ 16.82 7.62 67.6 -
YUV 63.3 215.87 143.48 -
System Red Green Blue C M Y K H S L
Decimal 85 22 219 0.61 0.90 0 0.14 259.19 0.82 0.47
Hex 55 16 DB 3D 5A 0 E 103 52 2F
Octal 125 26 333 75 132 0 16 403 122 57
Binary 1010101 10110 11011011 111101 1011010 0 1110 100000011 1010010 101111

Color Harmonies of #5516DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5516DB

Black with #5516DB

Text Example


Text Example

White with #5516DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5516DB; }

 p { color: rgb(85,22,219); }

 H1.HeaderClassName
 {
   color: #5516DB;
 }
 .AnyTagClassName
 {
   color: #5516DB;
 }
</style>

background-color css

<style>
 a { background-color: #5516DB; }

 a { background-color: rgb(85,22,219); }

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

border-color css

<style>
 span { border-color: #5516DB; }

 span { border-color: rgb(85,22,219); }

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