Html Css Color HEX #5516EC Han Purple

📋 copy color: '#5516EC'

red 85 ◦ green 22 ◦ blue 236

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

Shades of Han Purple #5516EC

Tints of Han Purple #5516EC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.41%

 BLUE value IS 236 (92.58% from 255) = 68.8%

R = 24.78%
G = 6.41%
B = 68.8%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5516EC (or 0x5516EC) is known color: Han Purple. HEX triplet: 55, 16 and EC. RGB value is (85,22,236). Sum of RGB (Red+Green+Blue) = 85+22+236=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 22 (8.98% from 255 or 6.41% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #5516EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5516EC is #AAE913. Grayscale: #404040. Windows color (decimal): -11200788 or 15472213. OLE color: 15472213.

HSL color Cylindrical-coordinate representation of color #5516EC: hue angle of 257.66º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5516EC is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 22 236 -
CMYK 0.64 0.91 0 0.07
HSL 257.66º 0.85% 0.51% -
HSV(B) 257.66º 0.91% 0.93% -
XYZ 19.17 8.56 80 -
YUV 65.23 224.37 142.1 -
System Red Green Blue C M Y K H S L
Decimal 85 22 236 0.64 0.91 0 0.07 257.66 0.85 0.51
Hex 55 16 EC 40 5B 0 7 102 55 33
Octal 125 26 354 100 133 0 7 402 125 63
Binary 1010101 10110 11101100 1000000 1011011 0 111 100000010 1010101 110011

Color Harmonies of #5516EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5516EC

Black with #5516EC

Text Example


Text Example

White with #5516EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5516EC; }

 p { color: rgb(85,22,236); }

 H1.HeaderClassName
 {
   color: #5516EC;
 }
 .AnyTagClassName
 {
   color: #5516EC;
 }
</style>

background-color css

<style>
 a { background-color: #5516EC; }

 a { background-color: rgb(85,22,236); }

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

border-color css

<style>
 span { border-color: #5516EC; }

 span { border-color: rgb(85,22,236); }

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