Html Css Color HEX #5820EB Han Purple

📋 copy color: '#5820EB'

red 88 ◦ green 32 ◦ blue 235

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

Shades of Han Purple #5820EB

Tints of Han Purple #5820EB

RGB

 RED value IS 88 (34.77% from 255) = 24.79%

 GREEN value IS 32 (12.89% from 255) = 9.01%

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

R = 24.79%
G = 9.01%
B = 66.2%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5820EB (or 0x5820EB) is known color: Han Purple. HEX triplet: 58, 20 and EB. RGB value is (88,32,235). Sum of RGB (Red+Green+Blue) = 88+32+235=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #5820EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5820EB is #A7DF14. Grayscale: #474747. Windows color (decimal): -11001621 or 15409240. OLE color: 15409240.

HSL color Cylindrical-coordinate representation of color #5820EB: hue angle of 256.55º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5820EB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 32 235 -
CMYK 0.63 0.86 0 0.08
HSL 256.55º 0.84% 0.52% -
HSV(B) 256.55º 0.86% 0.92% -
XYZ 19.54 9.11 79.33 -
YUV 71.89 220.05 139.49 -
System Red Green Blue C M Y K H S L
Decimal 88 32 235 0.63 0.86 0 0.08 256.55 0.84 0.52
Hex 58 20 EB 3F 56 0 8 101 54 34
Octal 130 40 353 77 126 0 10 401 124 64
Binary 1011000 100000 11101011 111111 1010110 0 1000 100000001 1010100 110100

Color Harmonies of #5820EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5820EB

Black with #5820EB

Text Example


Text Example

White with #5820EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,32,235); }

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

background-color css

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

 a { background-color: rgb(88,32,235); }

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

border-color css

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

 span { border-color: rgb(88,32,235); }

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