Html Css Color HEX #5510EE Han Purple

📋 copy color: '#5510EE'

red 85 ◦ green 16 ◦ blue 238

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

Shades of Han Purple #5510EE

Tints of Han Purple #5510EE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.72%

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

R = 25.07%
G = 4.72%
B = 70.21%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5510EE (or 0x5510EE) is known color: Han Purple. HEX triplet: 55, 10 and EE. RGB value is (85,16,238). Sum of RGB (Red+Green+Blue) = 85+16+238=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #5510EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5510EE is #AAEF11. Grayscale: #3D3D3D. Windows color (decimal): -11202322 or 15601749. OLE color: 15601749.

HSL color Cylindrical-coordinate representation of color #5510EE: hue angle of 258.65º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5510EE is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 16 238 -
CMYK 0.64 0.93 0 0.07
HSL 258.65º 0.87% 0.5% -
HSV(B) 258.65º 0.93% 0.93% -
XYZ 19.36 8.47 81.5 -
YUV 61.94 227.36 144.45 -
System Red Green Blue C M Y K H S L
Decimal 85 16 238 0.64 0.93 0 0.07 258.65 0.87 0.5
Hex 55 10 EE 40 5D 0 7 103 57 32
Octal 125 20 356 100 135 0 7 403 127 62
Binary 1010101 10000 11101110 1000000 1011101 0 111 100000011 1010111 110010

Color Harmonies of #5510EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5510EE

Black with #5510EE

Text Example


Text Example

White with #5510EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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