#5B0A85

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

Shades of Indigo #5B0A85

Tints of Indigo #5B0A85

Color information

#5B0A85 (or 0x5B0A85) is unknown color: approx Indigo. HEX triplet: 5B, 0A and 85. RGB value is (91,10,133). Sum of RGB (Red+Green+Blue) = 91+10+133=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B0A85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0A85 is #A4F57A. Grayscale: #2F2F2F. Windows color (decimal): -10810747 or 8718939. OLE color: 8718939.

HSL color Cylindrical-coordinate representation of color #5B0A85: hue angle of 279.51º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B0A85 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9110133-
CMYK0.320.9200.48
HSL279.51º86.01%28.04%-
HSV(B)279.51º92.48%52.16%-
XYZ8.664.1322.53-
YUV48.24175.84158.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 133 (52.34% from 255) = 56.84%
R=38.89%
G=4.27%
B=56.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91101330.320.9200.48279.5186.0128.04
Hex5BA85205C030118561c
Octal133122054013406043012634
Binary101101110101000010110000010111000110000100011000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,10,133); }

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

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

 a { background-color: rgb(91,10,133); }

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

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

 span { border-color: rgb(91,10,133); }

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