#5C089D

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

Shades of Indigo #5C089D

Tints of Indigo #5C089D

Color information

#5C089D (or 0x5C089D) is unknown color: approx Indigo. HEX triplet: 5C, 08 and 9D. RGB value is (92,8,157). Sum of RGB (Red+Green+Blue) = 92+8+157=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C089D is #A3F762. Grayscale: #313131. Windows color (decimal): -10745699 or 10291292. OLE color: 10291292.

HSL color Cylindrical-coordinate representation of color #5C089D: hue angle of 273.83º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C089D is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB928157-
CMYK0.410.9500.38
HSL273.83º90.3%32.35%-
HSV(B)273.83º94.9%61.57%-
XYZ10.594.8832.28-
YUV50.1188.33157.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.80%
GREEN value IS 8 (3.52% from 255) = 3.11%
BLUE value IS 157 (61.72% from 255) = 61.09%
R=35.80%
G=3.11%
B=61.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9281570.410.9500.38273.8390.332.35
Hex5C89D295F0261125a20
Octal134102355113704642213240
Binary1011100100010011101101001101111101001101000100101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C089D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,8,157); }

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

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

 a { background-color: rgb(92,8,157); }

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

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

 span { border-color: rgb(92,8,157); }

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