Html Css Color HEX #5523DB Han Purple

📋 copy color: '#5523DB'

red 85 ◦ green 35 ◦ blue 219

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

Shades of Han Purple #5523DB

Tints of Han Purple #5523DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.32%

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

R = 25.07%
G = 10.32%
B = 64.6%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5523DB (or 0x5523DB) is known color: Han Purple. HEX triplet: 55, 23 and DB. RGB value is (85,35,219). Sum of RGB (Red+Green+Blue) = 85+35+219=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #5523DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5523DB is #AADC24. Grayscale: #464646. Windows color (decimal): -11197477 or 14361429. OLE color: 14361429.

HSL color Cylindrical-coordinate representation of color #5523DB: hue angle of 256.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5523DB is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 35 219 -
CMYK 0.61 0.84 0 0.14
HSL 256.3º 0.72% 0.5% -
HSV(B) 256.3º 0.84% 0.86% -
XYZ 17.13 8.25 67.71 -
YUV 70.93 211.57 138.04 -
System Red Green Blue C M Y K H S L
Decimal 85 35 219 0.61 0.84 0 0.14 256.3 0.72 0.5
Hex 55 23 DB 3D 54 0 E 100 48 32
Octal 125 43 333 75 124 0 16 400 110 62
Binary 1010101 100011 11011011 111101 1010100 0 1110 100000000 1001000 110010

Color Harmonies of #5523DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5523DB

Black with #5523DB

Text Example


Text Example

White with #5523DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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