Html Css Color HEX #5C0590 Indigo

📋 copy color: '#5C0590'

red 92 ◦ green 5 ◦ blue 144

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

Shades of Indigo #5C0590

Tints of Indigo #5C0590

RGB

 RED value IS 92 (36.33% from 255) = 38.17%

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 144 (56.64% from 255) = 59.75%

R = 38.17%
G = 2.07%
B = 59.75%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5C0590 (or 0x5C0590) is known color: Indigo. HEX triplet: 5C, 05 and 90. RGB value is (92,5,144). Sum of RGB (Red+Green+Blue) = 92+5+144=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C0590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0590 is #A3FA6F. Grayscale: #2E2E2E. Windows color (decimal): -10746480 or 9438556. OLE color: 9438556.

HSL color Cylindrical-coordinate representation of color #5C0590: hue angle of 277.55º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0590 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 5 144 -
CMYK 0.36 0.97 0 0.44
HSL 277.55º 0.93% 0.29% -
HSV(B) 277.55º 0.97% 0.56% -
XYZ 9.5 4.4 26.73 -
YUV 46.86 182.82 160.2 -
System Red Green Blue C M Y K H S L
Decimal 92 5 144 0.36 0.97 0 0.44 277.55 0.93 0.29
Hex 5C 5 90 24 61 0 2C 116 5D 1D
Octal 134 5 220 44 141 0 54 426 135 35
Binary 1011100 101 10010000 100100 1100001 0 101100 100010110 1011101 11101

Color Harmonies of #5C0590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0590

Black with #5C0590

Text Example


Text Example

White with #5C0590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,5,144); }

 H1.HeaderClassName
 {
   color: #5C0590;
 }
 .AnyTagClassName
 {
   color: #5C0590;
 }
</style>

background-color css

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

 a { background-color: rgb(92,5,144); }

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

border-color css

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

 span { border-color: rgb(92,5,144); }

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