Html Css Color HEX #5936EF Han Purple

📋 copy color: '#5936EF'

red 89 ◦ green 54 ◦ blue 239

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

Shades of Han Purple #5936EF

Tints of Han Purple #5936EF

RGB

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

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

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

R = 23.3%
G = 14.14%
B = 62.57%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5936EF (or 0x5936EF) is known color: Han Purple. HEX triplet: 59, 36 and EF. RGB value is (89,54,239). Sum of RGB (Red+Green+Blue) = 89+54+239=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #5936EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5936EF is #A6C910. Grayscale: #545454. Windows color (decimal): -10930449 or 15677017. OLE color: 15677017.

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

Color convert

RGB 89 54 239 -
CMYK 0.63 0.77 0 0.06
HSL 251.35º 0.85% 0.57% -
HSV(B) 251.35º 0.77% 0.94% -
XYZ 21.02 10.99 82.68 -
YUV 85.56 214.6 130.46 -
System Red Green Blue C M Y K H S L
Decimal 89 54 239 0.63 0.77 0 0.06 251.35 0.85 0.57
Hex 59 36 EF 3F 4D 0 6 FB 55 39
Octal 131 66 357 77 115 0 6 373 125 71
Binary 1011001 110110 11101111 111111 1001101 0 110 11111011 1010101 111001

Color Harmonies of #5936EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5936EF

Black with #5936EF

Text Example


Text Example

White with #5936EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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