Html Css Color HEX #5B0667 Indigo

📋 copy color: '#5B0667'

red 91 ◦ green 6 ◦ blue 103

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

Shades of Indigo #5B0667

Tints of Indigo #5B0667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

 BLUE value IS 103 (40.63% from 255) = 51.5%

R = 45.5%
G = 3%
B = 51.5%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5B0667 (or 0x5B0667) is known color: Indigo. HEX triplet: 5B, 06 and 67. RGB value is (91,6,103). Sum of RGB (Red+Green+Blue) = 91+6+103=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B0667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0667 is #A4F998. Grayscale: #2A2A2A. Windows color (decimal): -10811801 or 6751835. OLE color: 6751835.

HSL color Cylindrical-coordinate representation of color #5B0667: hue angle of 292.58º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0667 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 91 6 103 -
CMYK 0.12 0.94 0 0.60
HSL 292.58º 0.89% 0.21% -
HSV(B) 292.58º 0.94% 0.4% -
XYZ 6.83 3.33 13.12 -
YUV 42.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 91 6 103 0.12 0.94 0 0.60 292.58 0.89 0.21
Hex 5B 6 67 C 5E 0 3C 125 59 15
Octal 133 6 147 14 136 0 74 445 131 25
Binary 1011011 110 1100111 1100 1011110 0 111100 100100101 1011001 10101

Color Harmonies of #5B0667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0667

Black with #5B0667

Text Example


Text Example

White with #5B0667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,6,103); }

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

background-color css

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

 a { background-color: rgb(91,6,103); }

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

border-color css

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

 span { border-color: rgb(91,6,103); }

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