#5808EB

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

Shades of Han Purple #5808EB

Tints of Han Purple #5808EB

Color information

#5808EB (or 0x5808EB) is unknown color: approx Han Purple. HEX triplet: 58, 08 and EB. RGB value is (88,8,235). Sum of RGB (Red+Green+Blue) = 88+8+235=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #5808EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5808EB is #A7F714. Grayscale: #383838. Windows color (decimal): -11007765 or 15403096. OLE color: 15403096.

HSL color Cylindrical-coordinate representation of color #5808EB: hue angle of 261.15º 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 #5808EB is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB888235-
CMYK0.630.9700.08
HSL261.15º93.42%47.65%-
HSV(B)261.15º96.6%92.16%-
XYZ19.118.2579.18-
YUV57.8228149.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 8 (3.52% from 255) = 2.42%
BLUE value IS 235 (92.19% from 255) = 71.00%
R=26.59%
G=2.42%
B=71.00%

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
Decimal8882350.630.9700.08261.1593.4247.65
Hex588EB3F61081055d30
Octal130103537714101040513560
Binary10110001000111010111111111100001010001000001011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5808EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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