Html Css Color HEX #5809DC Han Purple

📋 copy color: '#5809DC'

red 88 ◦ green 9 ◦ blue 220

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

Shades of Han Purple #5809DC

Tints of Han Purple #5809DC

RGB

 RED value IS 88 (34.77% from 255) = 27.76%

 GREEN value IS 9 (3.91% from 255) = 2.84%

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

R = 27.76%
G = 2.84%
B = 69.4%

CMYK

 C value IS 0.6

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5809DC (or 0x5809DC) is known color: Han Purple. HEX triplet: 58, 09 and DC. RGB value is (88,9,220). Sum of RGB (Red+Green+Blue) = 88+9+220=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 9 (3.91% from 255 or 2.84% 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 #5809DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5809DC is #A7F623. Grayscale: #373737. Windows color (decimal): -11007524 or 14420312. OLE color: 14420312.

HSL color Cylindrical-coordinate representation of color #5809DC: hue angle of 262.46º degrees, saturation: 0.92, 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 #5809DC is Cyan = 0.6, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 9 220 -
CMYK 0.6 0.96 0 0.14
HSL 262.46º 0.92% 0.45% -
HSV(B) 262.46º 0.96% 0.86% -
XYZ 17.04 7.44 68.25 -
YUV 56.68 220.17 150.34 -
System Red Green Blue C M Y K H S L
Decimal 88 9 220 0.6 0.96 0 0.14 262.46 0.92 0.45
Hex 58 9 DC 3C 60 0 E 106 5C 2D
Octal 130 11 334 74 140 0 16 406 134 55
Binary 1011000 1001 11011100 111100 1100000 0 1110 100000110 1011100 101101

Color Harmonies of #5809DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5809DC

Black with #5809DC

Text Example


Text Example

White with #5809DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,9,220); }

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

background-color css

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

 a { background-color: rgb(88,9,220); }

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

border-color css

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

 span { border-color: rgb(88,9,220); }

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