Html Css Color HEX #5932EF Han Purple

📋 copy color: '#5932EF'

red 89 ◦ green 50 ◦ blue 239

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

Shades of Han Purple #5932EF

Tints of Han Purple #5932EF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.23%

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

R = 23.54%
G = 13.23%
B = 63.23%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5932EF (or 0x5932EF) is known color: Han Purple. HEX triplet: 59, 32 and EF. RGB value is (89,50,239). Sum of RGB (Red+Green+Blue) = 89+50+239=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #5932EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5932EF is #A6CD10. Grayscale: #525252. Windows color (decimal): -10931473 or 15675993. OLE color: 15675993.

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

Color convert

RGB 89 50 239 -
CMYK 0.63 0.79 0 0.06
HSL 252.38º 0.86% 0.57% -
HSV(B) 252.38º 0.79% 0.94% -
XYZ 20.84 10.64 82.62 -
YUV 83.21 215.92 132.13 -
System Red Green Blue C M Y K H S L
Decimal 89 50 239 0.63 0.79 0 0.06 252.38 0.86 0.57
Hex 59 32 EF 3F 4F 0 6 FC 56 39
Octal 131 62 357 77 117 0 6 374 126 71
Binary 1011001 110010 11101111 111111 1001111 0 110 11111100 1010110 111001

Color Harmonies of #5932EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5932EF

Black with #5932EF

Text Example


Text Example

White with #5932EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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