#5D1088

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

Shades of Indigo #5D1088

Tints of Indigo #5D1088

Color information

#5D1088 (or 0x5D1088) is unknown color: approx Indigo. HEX triplet: 5D, 10 and 88. RGB value is (93,16,136). Sum of RGB (Red+Green+Blue) = 93+16+136=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #5D1088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1088 is #A2EF77. Grayscale: #343434. Windows color (decimal): -10678136 or 8917085. OLE color: 8917085.

HSL color Cylindrical-coordinate representation of color #5D1088: hue angle of 278.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D1088 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9316136-
CMYK0.320.8800.47
HSL278.5º78.95%29.8%-
HSV(B)278.5º88.24%53.33%-
XYZ9.144.4823.67-
YUV52.7175.01156.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.96%
GREEN value IS 16 (6.64% from 255) = 6.53%
BLUE value IS 136 (53.52% from 255) = 55.51%
R=37.96%
G=6.53%
B=55.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93161360.320.8800.47278.578.9529.8
Hex5D1088205802F1164f1e
Octal135202104013005742611736
Binary1011101100001000100010000010110000101111100010110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,16,136); }

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

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

 a { background-color: rgb(93,16,136); }

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

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

 span { border-color: rgb(93,16,136); }

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