Html Css Color HEX #5826EF Han Purple

📋 copy color: '#5826EF'

red 88 ◦ green 38 ◦ blue 239

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

Shades of Han Purple #5826EF

Tints of Han Purple #5826EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.48%

R = 24.11%
G = 10.41%
B = 65.48%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5826EF (or 0x5826EF) is known color: Han Purple. HEX triplet: 58, 26 and EF. RGB value is (88,38,239). Sum of RGB (Red+Green+Blue) = 88+38+239=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 38 (15.23% from 255 or 10.41% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #5826EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5826EF is #A7D910. Grayscale: #4B4B4B. Windows color (decimal): -11000081 or 15672920. OLE color: 15672920.

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

Color convert

RGB 88 38 239 -
CMYK 0.63 0.84 0 0.06
HSL 254.93º 0.86% 0.54% -
HSV(B) 254.93º 0.84% 0.94% -
XYZ 20.3 9.69 82.46 -
YUV 75.86 220.07 136.66 -
System Red Green Blue C M Y K H S L
Decimal 88 38 239 0.63 0.84 0 0.06 254.93 0.86 0.54
Hex 58 26 EF 3F 54 0 6 FF 56 36
Octal 130 46 357 77 124 0 6 377 126 66
Binary 1011000 100110 11101111 111111 1010100 0 110 11111111 1010110 110110

Color Harmonies of #5826EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5826EF

Black with #5826EF

Text Example


Text Example

White with #5826EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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