Html Css Color HEX #5518EB Han Purple

📋 copy color: '#5518EB'

red 85 ◦ green 24 ◦ blue 235

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

Shades of Han Purple #5518EB

Tints of Han Purple #5518EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.31%

R = 24.71%
G = 6.98%
B = 68.31%

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

#5518EB (or 0x5518EB) is known color: Han Purple. HEX triplet: 55, 18 and EB. RGB value is (85,24,235). Sum of RGB (Red+Green+Blue) = 85+24+235=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #5518EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5518EB is #AAE714. Grayscale: #414141. Windows color (decimal): -11200277 or 15407189. OLE color: 15407189.

HSL color Cylindrical-coordinate representation of color #5518EB: hue angle of 257.35º degrees, saturation: 0.84, 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 #5518EB is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 24 235 -
CMYK 0.64 0.90 0 0.08
HSL 257.35º 0.84% 0.51% -
HSV(B) 257.35º 0.9% 0.92% -
XYZ 19.07 8.58 79.25 -
YUV 66.29 223.21 141.34 -
System Red Green Blue C M Y K H S L
Decimal 85 24 235 0.64 0.90 0 0.08 257.35 0.84 0.51
Hex 55 18 EB 40 5A 0 8 101 54 33
Octal 125 30 353 100 132 0 10 401 124 63
Binary 1010101 11000 11101011 1000000 1011010 0 1000 100000001 1010100 110011

Color Harmonies of #5518EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518EB

Black with #5518EB

Text Example


Text Example

White with #5518EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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