Html Css Color HEX #5908E0 Han Purple

📋 copy color: '#5908E0'

red 89 ◦ green 8 ◦ blue 224

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

Shades of Han Purple #5908E0

Tints of Han Purple #5908E0

RGB

 RED value IS 89 (35.16% from 255) = 27.73%

 GREEN value IS 8 (3.52% from 255) = 2.49%

 BLUE value IS 224 (87.89% from 255) = 69.78%

R = 27.73%
G = 2.49%
B = 69.78%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5908E0 (or 0x5908E0) is known color: Han Purple. HEX triplet: 59, 08 and E0. RGB value is (89,8,224). Sum of RGB (Red+Green+Blue) = 89+8+224=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #5908E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5908E0 is #A6F71F. Grayscale: #383838. Windows color (decimal): -10942240 or 14682201. OLE color: 14682201.

HSL color Cylindrical-coordinate representation of color #5908E0: hue angle of 262.5º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5908E0 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 8 224 -
CMYK 0.60 0.96 0 0.12
HSL 262.5º 0.93% 0.45% -
HSV(B) 262.5º 0.96% 0.88% -
XYZ 17.66 7.68 71.07 -
YUV 56.84 222.34 150.94 -
System Red Green Blue C M Y K H S L
Decimal 89 8 224 0.60 0.96 0 0.12 262.5 0.93 0.45
Hex 59 8 E0 3C 60 0 C 106 5D 2D
Octal 131 10 340 74 140 0 14 406 135 55
Binary 1011001 1000 11100000 111100 1100000 0 1100 100000110 1011101 101101

Color Harmonies of #5908E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5908E0

Black with #5908E0

Text Example


Text Example

White with #5908E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5908E0;
 }
 .AnyTagClassName
 {
   color: #5908E0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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