#5C006D

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

Shades of Indigo #5C006D

Tints of Indigo #5C006D

Color information

#5C006D (or 0x5C006D) is unknown color: approx Indigo. HEX triplet: 5C, 00 and 6D. RGB value is (92,0,109). Sum of RGB (Red+Green+Blue) = 92+0+109=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C006D is #A3FF92. Grayscale: #272727. Windows color (decimal): -10747795 or 7143516. OLE color: 7143516.

HSL color Cylindrical-coordinate representation of color #5C006D: hue angle of 290.64º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C006D is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB920109-
CMYK0.16100.57
HSL290.64º100%21.37%-
HSV(B)290.64º100%42.75%-
XYZ7.173.3814.74-
YUV39.93166.98165.14-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 54.23%
R=45.77%
G=0%
B=54.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9201090.16100.57290.6410021.37
Hex5C06D10640391236415
Octal13401552014407144314425
Binary1011100011011011000011001000111001100100011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,0,109); }

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

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

 a { background-color: rgb(92,0,109); }

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

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

 span { border-color: rgb(92,0,109); }

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