Html Css Color HEX #5936EE Han Purple

📋 copy color: '#5936EE'

red 89 ◦ green 54 ◦ blue 238

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

Shades of Han Purple #5936EE

Tints of Han Purple #5936EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.47%

R = 23.36%
G = 14.17%
B = 62.47%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5936EE (or 0x5936EE) is known color: Han Purple. HEX triplet: 59, 36 and EE. RGB value is (89,54,238). Sum of RGB (Red+Green+Blue) = 89+54+238=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #5936EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5936EE is #A6C911. Grayscale: #545454. Windows color (decimal): -10930450 or 15611481. OLE color: 15611481.

HSL color Cylindrical-coordinate representation of color #5936EE: hue angle of 251.41º 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 #5936EE is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 54 238 -
CMYK 0.63 0.77 0 0.07
HSL 251.41º 0.84% 0.57% -
HSV(B) 251.41º 0.77% 0.93% -
XYZ 20.87 10.94 81.9 -
YUV 85.44 214.1 130.54 -
System Red Green Blue C M Y K H S L
Decimal 89 54 238 0.63 0.77 0 0.07 251.41 0.84 0.57
Hex 59 36 EE 3F 4D 0 7 FB 54 39
Octal 131 66 356 77 115 0 7 373 124 71
Binary 1011001 110110 11101110 111111 1001101 0 111 11111011 1010100 111001

Color Harmonies of #5936EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5936EE

Black with #5936EE

Text Example


Text Example

White with #5936EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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