Html Css Color HEX #5934EC Han Purple

📋 copy color: '#5934EC'

red 89 ◦ green 52 ◦ blue 236

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

Shades of Han Purple #5934EC

Tints of Han Purple #5934EC

RGB

 RED value IS 89 (35.16% from 255) = 23.61%

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

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

R = 23.61%
G = 13.79%
B = 62.6%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5934EC (or 0x5934EC) is known color: Han Purple. HEX triplet: 59, 34 and EC. RGB value is (89,52,236). Sum of RGB (Red+Green+Blue) = 89+52+236=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #5934EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5934EC is #A6CB13. Grayscale: #535353. Windows color (decimal): -10930964 or 15479897. OLE color: 15479897.

HSL color Cylindrical-coordinate representation of color #5934EC: hue angle of 252.07º 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 #5934EC is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 52 236 -
CMYK 0.62 0.78 0 0.07
HSL 252.07º 0.83% 0.56% -
HSV(B) 252.07º 0.78% 0.93% -
XYZ 20.49 10.64 80.33 -
YUV 84.04 213.76 131.54 -
System Red Green Blue C M Y K H S L
Decimal 89 52 236 0.62 0.78 0 0.07 252.07 0.83 0.56
Hex 59 34 EC 3E 4E 0 7 FC 53 38
Octal 131 64 354 76 116 0 7 374 123 70
Binary 1011001 110100 11101100 111110 1001110 0 111 11111100 1010011 111000

Color Harmonies of #5934EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5934EC

Black with #5934EC

Text Example


Text Example

White with #5934EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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