#5B0677

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

Shades of Indigo #5B0677

Tints of Indigo #5B0677

Color information

#5B0677 (or 0x5B0677) is unknown color: approx Indigo. HEX triplet: 5B, 06 and 77. RGB value is (91,6,119). Sum of RGB (Red+Green+Blue) = 91+6+119=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B0677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0677 is #A4F988. Grayscale: #2B2B2B. Windows color (decimal): -10811785 or 7800411. OLE color: 7800411.

HSL color Cylindrical-coordinate representation of color #5B0677: hue angle of 285.13º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0677 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB916119-
CMYK0.240.9500.53
HSL285.13º90.4%24.51%-
HSV(B)285.13º94.96%46.67%-
XYZ7.713.6917.76-
YUV44.3170.16161.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.13%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=42.13%
G=2.78%
B=55.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9161190.240.9500.53285.1390.424.51
Hex5B677185F03511d5a19
Octal13361673013706543513231
Binary101101111011101111100010111110110101100011101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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