Html Css Color HEX #5518EF Han Purple

📋 copy color: '#5518EF'

red 85 ◦ green 24 ◦ blue 239

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

Shades of Han Purple #5518EF

Tints of Han Purple #5518EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.68%

R = 24.43%
G = 6.9%
B = 68.68%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5518EF (or 0x5518EF) is known color: Han Purple. HEX triplet: 55, 18 and EF. RGB value is (85,24,239). Sum of RGB (Red+Green+Blue) = 85+24+239=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #5518EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5518EF is #AAE710. Grayscale: #414141. Windows color (decimal): -11200273 or 15669333. OLE color: 15669333.

HSL color Cylindrical-coordinate representation of color #5518EF: hue angle of 257.02º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5518EF is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 24 239 -
CMYK 0.64 0.90 0 0.06
HSL 257.02º 0.87% 0.52% -
HSV(B) 257.02º 0.9% 0.94% -
XYZ 19.65 8.82 82.33 -
YUV 66.75 225.21 141.02 -
System Red Green Blue C M Y K H S L
Decimal 85 24 239 0.64 0.90 0 0.06 257.02 0.87 0.52
Hex 55 18 EF 40 5A 0 6 101 57 34
Octal 125 30 357 100 132 0 6 401 127 64
Binary 1010101 11000 11101111 1000000 1011010 0 110 100000001 1010111 110100

Color Harmonies of #5518EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518EF

Black with #5518EF

Text Example


Text Example

White with #5518EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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