#5B0999

Color #5B0999 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5B0999

Tints of Indigo #5B0999

Color information

#5B0999 (or 0x5B0999) is unknown color: approx Indigo. HEX triplet: 5B, 09 and 99. RGB value is (91,9,153). Sum of RGB (Red+Green+Blue) = 91+9+153=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B0999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0999 is #A4F666. Grayscale: #313131. Windows color (decimal): -10810983 or 10029403. OLE color: 10029403.

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

Color convert

RGB919153-
CMYK0.410.9400.4
HSL274.17º88.89%31.76%-
HSV(B)274.17º94.12%60%-
XYZ10.164.7230.51-
YUV49.93186.17157.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.97%
GREEN value IS 9 (3.91% from 255) = 3.56%
BLUE value IS 153 (60.16% from 255) = 60.47%
R=35.97%
G=3.56%
B=60.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9191530.410.9400.4274.1788.8931.76
Hex5B999295E0281125920
Octal133112315113605042213140
Binary1011011100110011001101001101111001010001000100101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B0999;
 }
 .AnyTagClassName
 {
   color: #5B0999;
 }
</style>
background-color css

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

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

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

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

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

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