#5708EB

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

Shades of Han Purple #5708EB

Tints of Han Purple #5708EB

Color information

#5708EB (or 0x5708EB) is unknown color: approx Han Purple. HEX triplet: 57, 08 and EB. RGB value is (87,8,235). Sum of RGB (Red+Green+Blue) = 87+8+235=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #5708EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5708EB is #A8F714. Grayscale: #383838. Windows color (decimal): -11073301 or 15403095. OLE color: 15403095.

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

Color convert

RGB878235-
CMYK0.630.9700.08
HSL260.88º93.42%47.65%-
HSV(B)260.88º96.6%92.16%-
XYZ19.018.279.18-
YUV57.5228.17149.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 8 (3.52% from 255) = 2.42%
BLUE value IS 235 (92.19% from 255) = 71.21%
R=26.36%
G=2.42%
B=71.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal8782350.630.9700.08260.8893.4247.65
Hex578EB3F61081055d30
Octal127103537714101040513560
Binary10101111000111010111111111100001010001000001011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5708EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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