Html Css Color HEX #5518ED Han Purple

📋 copy color: '#5518ED'

red 85 ◦ green 24 ◦ blue 237

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

Shades of Han Purple #5518ED

Tints of Han Purple #5518ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 68.5%

R = 24.57%
G = 6.94%
B = 68.5%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5518ED (or 0x5518ED) is known color: Han Purple. HEX triplet: 55, 18 and ED. RGB value is (85,24,237). Sum of RGB (Red+Green+Blue) = 85+24+237=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #5518ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5518ED is #AAE712. Grayscale: #414141. Windows color (decimal): -11200275 or 15538261. OLE color: 15538261.

HSL color Cylindrical-coordinate representation of color #5518ED: hue angle of 257.18º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5518ED is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 24 237 -
CMYK 0.64 0.90 0 0.07
HSL 257.18º 0.86% 0.51% -
HSV(B) 257.18º 0.9% 0.93% -
XYZ 19.36 8.7 80.78 -
YUV 66.52 224.21 141.18 -
System Red Green Blue C M Y K H S L
Decimal 85 24 237 0.64 0.90 0 0.07 257.18 0.86 0.51
Hex 55 18 ED 40 5A 0 7 101 56 33
Octal 125 30 355 100 132 0 7 401 126 63
Binary 1010101 11000 11101101 1000000 1011010 0 111 100000001 1010110 110011

Color Harmonies of #5518ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518ED

Black with #5518ED

Text Example


Text Example

White with #5518ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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