Html Css Color HEX #5908DC Han Purple

📋 copy color: '#5908DC'

red 89 ◦ green 8 ◦ blue 220

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

Shades of Han Purple #5908DC

Tints of Han Purple #5908DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.4%

R = 28.08%
G = 2.52%
B = 69.4%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5908DC (or 0x5908DC) is known color: Han Purple. HEX triplet: 59, 08 and DC. RGB value is (89,8,220). Sum of RGB (Red+Green+Blue) = 89+8+220=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #5908DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5908DC is #A6F723. Grayscale: #373737. Windows color (decimal): -10942244 or 14420057. OLE color: 14420057.

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

Color convert

RGB 89 8 220 -
CMYK 0.60 0.96 0 0.14
HSL 262.92º 0.93% 0.45% -
HSV(B) 262.92º 0.96% 0.86% -
XYZ 17.12 7.46 68.25 -
YUV 56.39 220.34 151.26 -
System Red Green Blue C M Y K H S L
Decimal 89 8 220 0.60 0.96 0 0.14 262.92 0.93 0.45
Hex 59 8 DC 3C 60 0 E 107 5D 2D
Octal 131 10 334 74 140 0 16 407 135 55
Binary 1011001 1000 11011100 111100 1100000 0 1110 100000111 1011101 101101

Color Harmonies of #5908DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5908DC

Black with #5908DC

Text Example


Text Example

White with #5908DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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