Html Css Color HEX #5518EA Han Purple

📋 copy color: '#5518EA'

red 85 ◦ green 24 ◦ blue 234

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

Shades of Han Purple #5518EA

Tints of Han Purple #5518EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 68.22%

R = 24.78%
G = 7%
B = 68.22%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5518EA (or 0x5518EA) is known color: Han Purple. HEX triplet: 55, 18 and EA. RGB value is (85,24,234). Sum of RGB (Red+Green+Blue) = 85+24+234=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 234 (91.80% from 255 or 68.22% from 343); Max value from RGB is 234 - color contains mainly: blue. Hex color #5518EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5518EA is #AAE715. Grayscale: #414141. Windows color (decimal): -11200278 or 15341653. OLE color: 15341653.

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

Color convert

RGB 85 24 234 -
CMYK 0.64 0.90 0 0.08
HSL 257.43º 0.83% 0.51% -
HSV(B) 257.43º 0.9% 0.92% -
XYZ 18.92 8.53 78.49 -
YUV 66.18 222.71 141.42 -
System Red Green Blue C M Y K H S L
Decimal 85 24 234 0.64 0.90 0 0.08 257.43 0.83 0.51
Hex 55 18 EA 40 5A 0 8 101 53 33
Octal 125 30 352 100 132 0 10 401 123 63
Binary 1010101 11000 11101010 1000000 1011010 0 1000 100000001 1010011 110011

Color Harmonies of #5518EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518EA

Black with #5518EA

Text Example


Text Example

White with #5518EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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