Html Css Color HEX #5516EE Han Purple

📋 copy color: '#5516EE'

red 85 ◦ green 22 ◦ blue 238

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

Shades of Han Purple #5516EE

Tints of Han Purple #5516EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68.99%

R = 24.64%
G = 6.38%
B = 68.99%

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

#5516EE (or 0x5516EE) is known color: Han Purple. HEX triplet: 55, 16 and EE. RGB value is (85,22,238). Sum of RGB (Red+Green+Blue) = 85+22+238=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 238 (93.36% from 255 or 68.99% from 345); Max value from RGB is 238 - color contains mainly: blue. Hex color #5516EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5516EE is #AAE911. Grayscale: #404040. Windows color (decimal): -11200786 or 15603285. OLE color: 15603285.

HSL color Cylindrical-coordinate representation of color #5516EE: hue angle of 257.5º degrees, saturation: 0.86, 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 #5516EE is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 22 238 -
CMYK 0.64 0.91 0 0.07
HSL 257.5º 0.86% 0.51% -
HSV(B) 257.5º 0.91% 0.93% -
XYZ 19.47 8.68 81.54 -
YUV 65.46 225.37 141.94 -
System Red Green Blue C M Y K H S L
Decimal 85 22 238 0.64 0.91 0 0.07 257.5 0.86 0.51
Hex 55 16 EE 40 5B 0 7 102 56 33
Octal 125 26 356 100 133 0 7 402 126 63
Binary 1010101 10110 11101110 1000000 1011011 0 111 100000010 1010110 110011

Color Harmonies of #5516EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5516EE

Black with #5516EE

Text Example


Text Example

White with #5516EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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