#5C0999

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

Shades of Indigo #5C0999

Tints of Indigo #5C0999

Color information

#5C0999 (or 0x5C0999) is unknown color: approx Indigo. HEX triplet: 5C, 09 and 99. RGB value is (92,9,153). Sum of RGB (Red+Green+Blue) = 92+9+153=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C0999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0999 is #A3F666. Grayscale: #313131. Windows color (decimal): -10745447 or 10029404. OLE color: 10029404.

HSL color Cylindrical-coordinate representation of color #5C0999: hue angle of 274.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0999 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB929153-
CMYK0.400.9400.4
HSL274.58º88.89%31.76%-
HSV(B)274.58º94.12%60%-
XYZ10.264.7730.52-
YUV50.23186157.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.22%
GREEN value IS 9 (3.91% from 255) = 3.54%
BLUE value IS 153 (60.16% from 255) = 60.24%
R=36.22%
G=3.54%
B=60.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9291530.400.9400.4274.5888.8931.76
Hex5C999285E0281135920
Octal134112315013605042313140
Binary1011100100110011001101000101111001010001000100111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,9,153); }

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

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

 a { background-color: rgb(92,9,153); }

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

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

 span { border-color: rgb(92,9,153); }

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