Html Css Color HEX #5611EE Han Purple

📋 copy color: '#5611EE'

red 86 ◦ green 17 ◦ blue 238

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

Shades of Han Purple #5611EE

Tints of Han Purple #5611EE

RGB

 RED value IS 86 (33.98% from 255) = 25.22%

 GREEN value IS 17 (7.03% from 255) = 4.99%

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

R = 25.22%
G = 4.99%
B = 69.79%

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

#5611EE (or 0x5611EE) is known color: Han Purple. HEX triplet: 56, 11 and EE. RGB value is (86,17,238). Sum of RGB (Red+Green+Blue) = 86+17+238=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #5611EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5611EE is #A9EE11. Grayscale: #3E3E3E. Windows color (decimal): -11136530 or 15602006. OLE color: 15602006.

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

Color convert

RGB 86 17 238 -
CMYK 0.64 0.93 0 0.07
HSL 258.73º 0.87% 0.5% -
HSV(B) 258.73º 0.93% 0.93% -
XYZ 19.47 8.55 81.51 -
YUV 62.83 226.86 144.53 -
System Red Green Blue C M Y K H S L
Decimal 86 17 238 0.64 0.93 0 0.07 258.73 0.87 0.5
Hex 56 11 EE 40 5D 0 7 103 57 32
Octal 126 21 356 100 135 0 7 403 127 62
Binary 1010110 10001 11101110 1000000 1011101 0 111 100000011 1010111 110010

Color Harmonies of #5611EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5611EE

Black with #5611EE

Text Example


Text Example

White with #5611EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,17,238); }

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

background-color css

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

 a { background-color: rgb(86,17,238); }

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

border-color css

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

 span { border-color: rgb(86,17,238); }

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