Html Css Color HEX #5518D8 Han Purple

📋 copy color: '#5518D8'

red 85 ◦ green 24 ◦ blue 216

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

Shades of Han Purple #5518D8

Tints of Han Purple #5518D8

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.38%

 BLUE value IS 216 (84.77% from 255) = 66.46%

R = 26.15%
G = 7.38%
B = 66.46%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5518D8 (or 0x5518D8) is known color: Han Purple. HEX triplet: 55, 18 and D8. RGB value is (85,24,216). Sum of RGB (Red+Green+Blue) = 85+24+216=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 216 (84.77% from 255 or 66.46% from 325); Max value from RGB is 216 - color contains mainly: blue. Hex color #5518D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5518D8 is #AAE727. Grayscale: #3F3F3F. Windows color (decimal): -11200296 or 14162005. OLE color: 14162005.

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

Color convert

RGB 85 24 216 -
CMYK 0.61 0.89 0 0.15
HSL 259.06º 0.8% 0.47% -
HSV(B) 259.06º 0.89% 0.85% -
XYZ 16.47 7.54 65.55 -
YUV 64.13 213.71 142.89 -
System Red Green Blue C M Y K H S L
Decimal 85 24 216 0.61 0.89 0 0.15 259.06 0.8 0.47
Hex 55 18 D8 3D 59 0 F 103 50 2F
Octal 125 30 330 75 131 0 17 403 120 57
Binary 1010101 11000 11011000 111101 1011001 0 1111 100000011 1010000 101111

Color Harmonies of #5518D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518D8

Black with #5518D8

Text Example


Text Example

White with #5518D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5518D8;
 }
 .AnyTagClassName
 {
   color: #5518D8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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