Html Css Color HEX #5726EF Han Purple

📋 copy color: '#5726EF'

red 87 ◦ green 38 ◦ blue 239

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

Shades of Han Purple #5726EF

Tints of Han Purple #5726EF

RGB

 RED value IS 87 (34.38% from 255) = 23.9%

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

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

R = 23.9%
G = 10.44%
B = 65.66%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5726EF (or 0x5726EF) is known color: Han Purple. HEX triplet: 57, 26 and EF. RGB value is (87,38,239). Sum of RGB (Red+Green+Blue) = 87+38+239=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #5726EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5726EF is #A8D910. Grayscale: #4A4A4A. Windows color (decimal): -11065617 or 15672919. OLE color: 15672919.

HSL color Cylindrical-coordinate representation of color #5726EF: hue angle of 254.63º 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 #5726EF is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 38 239 -
CMYK 0.64 0.84 0 0.06
HSL 254.63º 0.86% 0.54% -
HSV(B) 254.63º 0.84% 0.94% -
XYZ 20.2 9.64 82.46 -
YUV 75.57 220.23 136.16 -
System Red Green Blue C M Y K H S L
Decimal 87 38 239 0.64 0.84 0 0.06 254.63 0.86 0.54
Hex 57 26 EF 40 54 0 6 FF 56 36
Octal 127 46 357 100 124 0 6 377 126 66
Binary 1010111 100110 11101111 1000000 1010100 0 110 11111111 1010110 110110

Color Harmonies of #5726EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5726EF

Black with #5726EF

Text Example


Text Example

White with #5726EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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