Html Css Color HEX #5311EB Han Purple

📋 copy color: '#5311EB'

red 83 ◦ green 17 ◦ blue 235

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

Shades of Han Purple #5311EB

Tints of Han Purple #5311EB

RGB

 RED value IS 83 (32.81% from 255) = 24.78%

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

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

R = 24.78%
G = 5.07%
B = 70.15%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5311EB (or 0x5311EB) is known color: Han Purple. HEX triplet: 53, 11 and EB. RGB value is (83,17,235). Sum of RGB (Red+Green+Blue) = 83+17+235=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #5311EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5311EB is #ACEE14. Grayscale: #3C3C3C. Windows color (decimal): -11333141 or 15405395. OLE color: 15405395.

HSL color Cylindrical-coordinate representation of color #5311EB: hue angle of 258.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5311EB is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 17 235 -
CMYK 0.65 0.93 0 0.08
HSL 258.17º 0.87% 0.49% -
HSV(B) 258.17º 0.93% 0.92% -
XYZ 18.76 8.24 79.2 -
YUV 61.59 225.87 143.27 -
System Red Green Blue C M Y K H S L
Decimal 83 17 235 0.65 0.93 0 0.08 258.17 0.87 0.49
Hex 53 11 EB 41 5D 0 8 102 57 31
Octal 123 21 353 101 135 0 10 402 127 61
Binary 1010011 10001 11101011 1000001 1011101 0 1000 100000010 1010111 110001

Color Harmonies of #5311EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5311EB

Black with #5311EB

Text Example


Text Example

White with #5311EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,17,235); }

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

background-color css

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

 a { background-color: rgb(83,17,235); }

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

border-color css

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

 span { border-color: rgb(83,17,235); }

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