Html Css Color HEX #5B0669 Indigo

📋 copy color: '#5B0669'

red 91 ◦ green 6 ◦ blue 105

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

Shades of Indigo #5B0669

Tints of Indigo #5B0669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.98%

R = 45.05%
G = 2.97%
B = 51.98%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5B0669 (or 0x5B0669) is known color: Indigo. HEX triplet: 5B, 06 and 69. RGB value is (91,6,105). Sum of RGB (Red+Green+Blue) = 91+6+105=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #5B0669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0669 is #A4F996. Grayscale: #2A2A2A. Windows color (decimal): -10811799 or 6882907. OLE color: 6882907.

HSL color Cylindrical-coordinate representation of color #5B0669: hue angle of 291.52º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0669 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 91 6 105 -
CMYK 0.13 0.94 0 0.59
HSL 291.52º 0.89% 0.22% -
HSV(B) 291.52º 0.94% 0.41% -
XYZ 6.93 3.37 13.65 -
YUV 42.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 91 6 105 0.13 0.94 0 0.59 291.52 0.89 0.22
Hex 5B 6 69 D 5E 0 3B 124 59 16
Octal 133 6 151 15 136 0 73 444 131 26
Binary 1011011 110 1101001 1101 1011110 0 111011 100100100 1011001 10110

Color Harmonies of #5B0669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0669

Black with #5B0669

Text Example


Text Example

White with #5B0669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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