Html Css Color HEX #5B09DC Han Purple

📋 copy color: '#5B09DC'

red 91 ◦ green 9 ◦ blue 220

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

Shades of Han Purple #5B09DC

Tints of Han Purple #5B09DC

RGB

 RED value IS 91 (35.94% from 255) = 28.44%

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

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

R = 28.44%
G = 2.81%
B = 68.75%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B09DC (or 0x5B09DC) is known color: Han Purple. HEX triplet: 5B, 09 and DC. RGB value is (91,9,220). Sum of RGB (Red+Green+Blue) = 91+9+220=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B09DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B09DC is #A4F623. Grayscale: #383838. Windows color (decimal): -10810916 or 14420315. OLE color: 14420315.

HSL color Cylindrical-coordinate representation of color #5B09DC: hue angle of 263.32º 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 #5B09DC is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 9 220 -
CMYK 0.59 0.96 0 0.14
HSL 263.32º 0.92% 0.45% -
HSV(B) 263.32º 0.96% 0.86% -
XYZ 17.33 7.59 68.26 -
YUV 57.57 219.67 151.84 -
System Red Green Blue C M Y K H S L
Decimal 91 9 220 0.59 0.96 0 0.14 263.32 0.92 0.45
Hex 5B 9 DC 3B 60 0 E 107 5C 2D
Octal 133 11 334 73 140 0 16 407 134 55
Binary 1011011 1001 11011100 111011 1100000 0 1110 100000111 1011100 101101

Color Harmonies of #5B09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B09DC

Black with #5B09DC

Text Example


Text Example

White with #5B09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B09DC; }

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

 H1.HeaderClassName
 {
   color: #5B09DC;
 }
 .AnyTagClassName
 {
   color: #5B09DC;
 }
</style>

background-color css

<style>
 a { background-color: #5B09DC; }

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

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

border-color css

<style>
 span { border-color: #5B09DC; }

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

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