Html Css Color HEX #5728EB Han Purple

📋 copy color: '#5728EB'

red 87 ◦ green 40 ◦ blue 235

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

Shades of Han Purple #5728EB

Tints of Han Purple #5728EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

 BLUE value IS 235 (92.19% from 255) = 64.92%

R = 24.03%
G = 11.05%
B = 64.92%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5728EB (or 0x5728EB) is known color: Han Purple. HEX triplet: 57, 28 and EB. RGB value is (87,40,235). Sum of RGB (Red+Green+Blue) = 87+40+235=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #5728EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5728EB is #A8D714. Grayscale: #4B4B4B. Windows color (decimal): -11065109 or 15411287. OLE color: 15411287.

HSL color Cylindrical-coordinate representation of color #5728EB: hue angle of 254.46º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5728EB is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 87 40 235 -
CMYK 0.63 0.83 0 0.08
HSL 254.46º 0.83% 0.54% -
HSV(B) 254.46º 0.83% 0.92% -
XYZ 19.68 9.54 79.4 -
YUV 76.28 217.57 135.64 -
System Red Green Blue C M Y K H S L
Decimal 87 40 235 0.63 0.83 0 0.08 254.46 0.83 0.54
Hex 57 28 EB 3F 53 0 8 FE 53 36
Octal 127 50 353 77 123 0 10 376 123 66
Binary 1010111 101000 11101011 111111 1010011 0 1000 11111110 1010011 110110

Color Harmonies of #5728EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5728EB

Black with #5728EB

Text Example


Text Example

White with #5728EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5728EB; }

 p { color: rgb(87,40,235); }

 H1.HeaderClassName
 {
   color: #5728EB;
 }
 .AnyTagClassName
 {
   color: #5728EB;
 }
</style>

background-color css

<style>
 a { background-color: #5728EB; }

 a { background-color: rgb(87,40,235); }

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

border-color css

<style>
 span { border-color: #5728EB; }

 span { border-color: rgb(87,40,235); }

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