Html Css Color HEX #5936ED Han Purple

📋 copy color: '#5936ED'

red 89 ◦ green 54 ◦ blue 237

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

Shades of Han Purple #5936ED

Tints of Han Purple #5936ED

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.21%

 BLUE value IS 237 (92.97% from 255) = 62.37%

R = 23.42%
G = 14.21%
B = 62.37%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5936ED (or 0x5936ED) is known color: Han Purple. HEX triplet: 59, 36 and ED. RGB value is (89,54,237). Sum of RGB (Red+Green+Blue) = 89+54+237=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #5936ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5936ED is #A6C912. Grayscale: #545454. Windows color (decimal): -10930451 or 15545945. OLE color: 15545945.

HSL color Cylindrical-coordinate representation of color #5936ED: hue angle of 251.48º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5936ED is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 54 237 -
CMYK 0.62 0.77 0 0.07
HSL 251.48º 0.84% 0.57% -
HSV(B) 251.48º 0.77% 0.93% -
XYZ 20.73 10.88 81.13 -
YUV 85.33 213.6 130.62 -
System Red Green Blue C M Y K H S L
Decimal 89 54 237 0.62 0.77 0 0.07 251.48 0.84 0.57
Hex 59 36 ED 3E 4D 0 7 FB 54 39
Octal 131 66 355 76 115 0 7 373 124 71
Binary 1011001 110110 11101101 111110 1001101 0 111 11111011 1010100 111001

Color Harmonies of #5936ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5936ED

Black with #5936ED

Text Example


Text Example

White with #5936ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5936ED; }

 p { color: rgb(89,54,237); }

 H1.HeaderClassName
 {
   color: #5936ED;
 }
 .AnyTagClassName
 {
   color: #5936ED;
 }
</style>

background-color css

<style>
 a { background-color: #5936ED; }

 a { background-color: rgb(89,54,237); }

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

border-color css

<style>
 span { border-color: #5936ED; }

 span { border-color: rgb(89,54,237); }

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