#5B0669

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

Shades of Indigo #5B0669

Tints of Indigo #5B0669

Color information

#5B0669 (or 0x5B0669) is unknown color: approx 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

RGB916105-
CMYK0.130.9400.59
HSL291.52º89.19%21.76%-
HSV(B)291.52º94.29%41.18%-
XYZ6.933.3713.65-
YUV42.7163.16162.45-

RGB Variations

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

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 (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9161050.130.9400.59291.5289.1921.76
Hex5B669D5E03B1245916
Octal13361511513607344413126
Binary10110111101101001110110111100111011100100100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>