Html Css Color HEX #5826EB Han Purple

📋 copy color: '#5826EB'

red 88 ◦ green 38 ◦ blue 235

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

Shades of Han Purple #5826EB

Tints of Han Purple #5826EB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.53%

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

R = 24.38%
G = 10.53%
B = 65.1%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5826EB (or 0x5826EB) is known color: Han Purple. HEX triplet: 58, 26 and EB. RGB value is (88,38,235). Sum of RGB (Red+Green+Blue) = 88+38+235=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #5826EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5826EB is #A7D914. Grayscale: #4A4A4A. Windows color (decimal): -11000085 or 15410776. OLE color: 15410776.

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

Color convert

RGB 88 38 235 -
CMYK 0.63 0.84 0 0.08
HSL 255.23º 0.83% 0.54% -
HSV(B) 255.23º 0.84% 0.92% -
XYZ 19.71 9.46 79.38 -
YUV 75.41 218.07 136.98 -
System Red Green Blue C M Y K H S L
Decimal 88 38 235 0.63 0.84 0 0.08 255.23 0.83 0.54
Hex 58 26 EB 3F 54 0 8 FF 53 36
Octal 130 46 353 77 124 0 10 377 123 66
Binary 1011000 100110 11101011 111111 1010100 0 1000 11111111 1010011 110110

Color Harmonies of #5826EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5826EB

Black with #5826EB

Text Example


Text Example

White with #5826EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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