Html Css Color HEX #5926EF Han Purple

📋 copy color: '#5926EF'

red 89 ◦ green 38 ◦ blue 239

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

Shades of Han Purple #5926EF

Tints of Han Purple #5926EF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.38%

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

R = 24.32%
G = 10.38%
B = 65.3%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5926EF (or 0x5926EF) is known color: Han Purple. HEX triplet: 59, 26 and EF. RGB value is (89,38,239). Sum of RGB (Red+Green+Blue) = 89+38+239=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #5926EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5926EF is #A6D910. Grayscale: #4B4B4B. Windows color (decimal): -10934545 or 15672921. OLE color: 15672921.

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

Color convert

RGB 89 38 239 -
CMYK 0.63 0.84 0 0.06
HSL 255.22º 0.86% 0.54% -
HSV(B) 255.22º 0.84% 0.94% -
XYZ 20.39 9.74 82.47 -
YUV 76.16 219.9 137.16 -
System Red Green Blue C M Y K H S L
Decimal 89 38 239 0.63 0.84 0 0.06 255.22 0.86 0.54
Hex 59 26 EF 3F 54 0 6 FF 56 36
Octal 131 46 357 77 124 0 6 377 126 66
Binary 1011001 100110 11101111 111111 1010100 0 110 11111111 1010110 110110

Color Harmonies of #5926EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5926EF

Black with #5926EF

Text Example


Text Example

White with #5926EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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