Html Css Color HEX #5B08DD Han Purple

📋 copy color: '#5B08DD'

red 91 ◦ green 8 ◦ blue 221

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

Shades of Han Purple #5B08DD

Tints of Han Purple #5B08DD

RGB

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

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

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

R = 28.44%
G = 2.5%
B = 69.06%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B08DD (or 0x5B08DD) is known color: Han Purple. HEX triplet: 5B, 08 and DD. RGB value is (91,8,221). Sum of RGB (Red+Green+Blue) = 91+8+221=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B08DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B08DD is #A4F722. Grayscale: #383838. Windows color (decimal): -10811171 or 14485595. OLE color: 14485595.

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

Color convert

RGB 91 8 221 -
CMYK 0.59 0.96 0 0.13
HSL 263.38º 0.93% 0.45% -
HSV(B) 263.38º 0.96% 0.87% -
XYZ 17.45 7.62 68.96 -
YUV 57.1 220.5 152.18 -
System Red Green Blue C M Y K H S L
Decimal 91 8 221 0.59 0.96 0 0.13 263.38 0.93 0.45
Hex 5B 8 DD 3B 60 0 D 107 5D 2D
Octal 133 10 335 73 140 0 15 407 135 55
Binary 1011011 1000 11011101 111011 1100000 0 1101 100000111 1011101 101101

Color Harmonies of #5B08DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B08DD

Black with #5B08DD

Text Example


Text Example

White with #5B08DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,8,221); }

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

background-color css

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

 a { background-color: rgb(91,8,221); }

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

border-color css

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

 span { border-color: rgb(91,8,221); }

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