Html Css Color HEX #5C006D Indigo

📋 copy color: '#5C006D'

red 92 ◦ green 0 ◦ blue 109

#5C006D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5C006D

Tints of Indigo #5C006D

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 value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5C006D (or 0x5C006D) is known color: 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

RGB 92 0 109 -
CMYK 0.16 1 0 0.57
HSL 290.64º 1% 0.21% -
HSV(B) 290.64º 1% 0.43% -
XYZ 7.17 3.38 14.74 -
YUV 39.93 166.98 165.14 -
System Red Green Blue C M Y K H S L
Decimal 92 0 109 0.16 1 0 0.57 290.64 1 0.21
Hex 5C 0 6D 10 64 0 39 123 64 15
Octal 134 0 155 20 144 0 71 443 144 25
Binary 1011100 0 1101101 10000 1100100 0 111001 100100011 1100100 10101

Color Harmonies of #5C006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C006D

Black with #5C006D

Text Example


Text Example

White with #5C006D

Text Example


Text Example

HTML Codes & Css Web 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>