Html Css Color HEX #5834EC Han Purple

📋 copy color: '#5834EC'

red 88 ◦ green 52 ◦ blue 236

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

Shades of Han Purple #5834EC

Tints of Han Purple #5834EC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

 BLUE value IS 236 (92.58% from 255) = 62.77%

R = 23.4%
G = 13.83%
B = 62.77%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5834EC (or 0x5834EC) is known color: Han Purple. HEX triplet: 58, 34 and EC. RGB value is (88,52,236). Sum of RGB (Red+Green+Blue) = 88+52+236=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #5834EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5834EC is #A7CB13. Grayscale: #535353. Windows color (decimal): -10996500 or 15479896. OLE color: 15479896.

HSL color Cylindrical-coordinate representation of color #5834EC: hue angle of 251.74º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5834EC is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 52 236 -
CMYK 0.63 0.78 0 0.07
HSL 251.74º 0.83% 0.56% -
HSV(B) 251.74º 0.78% 0.93% -
XYZ 20.39 10.59 80.33 -
YUV 83.74 213.93 131.04 -
System Red Green Blue C M Y K H S L
Decimal 88 52 236 0.63 0.78 0 0.07 251.74 0.83 0.56
Hex 58 34 EC 3F 4E 0 7 FC 53 38
Octal 130 64 354 77 116 0 7 374 123 70
Binary 1011000 110100 11101100 111111 1001110 0 111 11111100 1010011 111000

Color Harmonies of #5834EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5834EC

Black with #5834EC

Text Example


Text Example

White with #5834EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5834EC; }

 p { color: rgb(88,52,236); }

 H1.HeaderClassName
 {
   color: #5834EC;
 }
 .AnyTagClassName
 {
   color: #5834EC;
 }
</style>

background-color css

<style>
 a { background-color: #5834EC; }

 a { background-color: rgb(88,52,236); }

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

border-color css

<style>
 span { border-color: #5834EC; }

 span { border-color: rgb(88,52,236); }

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