#5C1098

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

Shades of Indigo #5C1098

Tints of Indigo #5C1098

Color information

#5C1098 (or 0x5C1098) is unknown color: approx Indigo. HEX triplet: 5C, 10 and 98. RGB value is (92,16,152). Sum of RGB (Red+Green+Blue) = 92+16+152=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C1098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1098 is #A3EF67. Grayscale: #353535. Windows color (decimal): -10743656 or 9965660. OLE color: 9965660.

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

Color convert

RGB9216152-
CMYK0.390.8900.40
HSL273.53º80.95%32.94%-
HSV(B)273.53º89.47%59.61%-
XYZ10.274.9130.11-
YUV54.23183.18154.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.38%
GREEN value IS 16 (6.64% from 255) = 6.15%
BLUE value IS 152 (59.77% from 255) = 58.46%
R=35.38%
G=6.15%
B=58.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92161520.390.8900.40273.5380.9532.94
Hex5C109827590281125121
Octal134202304713105042212141
Binary10111001000010011000100111101100101010001000100101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,16,152); }

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

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

 a { background-color: rgb(92,16,152); }

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

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

 span { border-color: rgb(92,16,152); }

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