Html Css Color HEX #5809DD Han Purple

📋 copy color: '#5809DD'

red 88 ◦ green 9 ◦ blue 221

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

Shades of Han Purple #5809DD

Tints of Han Purple #5809DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.5%

R = 27.67%
G = 2.83%
B = 69.5%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5809DD (or 0x5809DD) is known color: Han Purple. HEX triplet: 58, 09 and DD. RGB value is (88,9,221). Sum of RGB (Red+Green+Blue) = 88+9+221=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #5809DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5809DD is #A7F622. Grayscale: #383838. Windows color (decimal): -11007523 or 14485848. OLE color: 14485848.

HSL color Cylindrical-coordinate representation of color #5809DD: hue angle of 262.36º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5809DD is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 9 221 -
CMYK 0.60 0.96 0 0.13
HSL 262.36º 0.92% 0.45% -
HSV(B) 262.36º 0.96% 0.87% -
XYZ 17.17 7.49 68.95 -
YUV 56.79 220.67 150.26 -
System Red Green Blue C M Y K H S L
Decimal 88 9 221 0.60 0.96 0 0.13 262.36 0.92 0.45
Hex 58 9 DD 3C 60 0 D 106 5C 2D
Octal 130 11 335 74 140 0 15 406 134 55
Binary 1011000 1001 11011101 111100 1100000 0 1101 100000110 1011100 101101

Color Harmonies of #5809DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5809DD

Black with #5809DD

Text Example


Text Example

White with #5809DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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