#5D0885

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

Shades of Indigo #5D0885

Tints of Indigo #5D0885

Color information

#5D0885 (or 0x5D0885) is unknown color: approx Indigo. HEX triplet: 5D, 08 and 85. RGB value is (93,8,133). Sum of RGB (Red+Green+Blue) = 93+8+133=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #5D0885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0885 is #A2F77A. Grayscale: #2F2F2F. Windows color (decimal): -10680187 or 8718429. OLE color: 8718429.

HSL color Cylindrical-coordinate representation of color #5D0885: hue angle of 280.8º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0885 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB938133-
CMYK0.300.9400.48
HSL280.8º88.65%27.65%-
HSV(B)280.8º93.98%52.16%-
XYZ8.834.1922.53-
YUV47.66176.16160.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.74%
GREEN value IS 8 (3.52% from 255) = 3.42%
BLUE value IS 133 (52.34% from 255) = 56.84%
R=39.74%
G=3.42%
B=56.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9381330.300.9400.48280.888.6527.65
Hex5D8851E5E030119591c
Octal135102053613606043113134
Binary10111011000100001011111010111100110000100011001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,8,133); }

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

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

 a { background-color: rgb(93,8,133); }

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

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

 span { border-color: rgb(93,8,133); }

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