#5728F8

Color #5728F8 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5728F8

Tints of Han Purple #5728F8

Color information

#5728F8 (or 0x5728F8) is unknown color: approx Han Purple. HEX triplet: 57, 28 and F8. RGB value is (87,40,248). Sum of RGB (Red+Green+Blue) = 87+40+248=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 248 (97.27% from 255 or 66.13% from 375); Max value from RGB is 248 - color contains mainly: blue. Hex color #5728F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5728F8 is #A8D707. Grayscale: #4C4C4C. Windows color (decimal): -11065096 or 16263255. OLE color: 16263255.

HSL color Cylindrical-coordinate representation of color #5728F8: hue angle of 253.56º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5728F8 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8740248-
CMYK0.650.8400.03
HSL253.56º93.69%56.47%-
HSV(B)253.56º83.87%97.25%-
XYZ21.6310.3289.66-
YUV77.76224.07134.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 40 (16.02% from 255) = 10.67%
BLUE value IS 248 (97.27% from 255) = 66.13%
R=23.2%
G=10.67%
B=66.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal87402480.650.8400.03253.5693.6956.47
Hex5728F8415403fe5e38
Octal127503701011240337613670
Binary10101111010001111100010000011010100011111111101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5728F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5728F8;
 }
 .AnyTagClassName
 {
   color: #5728F8;
 }
</style>
background-color css

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

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

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

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

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

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