#5908EB

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

Shades of Han Purple #5908EB

Tints of Han Purple #5908EB

Color information

#5908EB (or 0x5908EB) is unknown color: approx Han Purple. HEX triplet: 59, 08 and EB. RGB value is (89,8,235). Sum of RGB (Red+Green+Blue) = 89+8+235=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #5908EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5908EB is #A6F714. Grayscale: #393939. Windows color (decimal): -10942229 or 15403097. OLE color: 15403097.

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

Color convert

RGB898235-
CMYK0.620.9700.08
HSL261.41º93.42%47.65%-
HSV(B)261.41º96.6%92.16%-
XYZ19.28.379.19-
YUV58.1227.84150.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.81%
GREEN value IS 8 (3.52% from 255) = 2.41%
BLUE value IS 235 (92.19% from 255) = 70.78%
R=26.81%
G=2.41%
B=70.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal8982350.620.9700.08261.4193.4247.65
Hex598EB3E61081055d30
Octal131103537614101040513560
Binary10110011000111010111111101100001010001000001011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5908EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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