#5B006D

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

Shades of Indigo #5B006D

Tints of Indigo #5B006D

Color information

#5B006D (or 0x5B006D) is unknown color: approx Indigo. HEX triplet: 5B, 00 and 6D. RGB value is (91,0,109). Sum of RGB (Red+Green+Blue) = 91+0+109=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B006D is #A4FF92. Grayscale: #272727. Windows color (decimal): -10813331 or 7143515. OLE color: 7143515.

HSL color Cylindrical-coordinate representation of color #5B006D: hue angle of 290.09º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B006D is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB910109-
CMYK0.17100.57
HSL290.09º100%21.37%-
HSV(B)290.09º100%42.75%-
XYZ7.073.3314.74-
YUV39.64167.15164.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 54.5%
R=45.5%
G=0%
B=54.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9101090.17100.57290.0910021.37
Hex5B06D11640391226415
Octal13301552114407144214425
Binary1011011011011011000111001000111001100100010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,0,109); }

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

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

 a { background-color: rgb(91,0,109); }

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

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

 span { border-color: rgb(91,0,109); }

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