Html Css Color HEX #5C1686 Indigo

📋 copy color: '#5C1686'

red 92 ◦ green 22 ◦ blue 134

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

Shades of Indigo #5C1686

Tints of Indigo #5C1686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.87%

 BLUE value IS 134 (52.73% from 255) = 54.03%

R = 37.1%
G = 8.87%
B = 54.03%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5C1686 (or 0x5C1686) is known color: Indigo. HEX triplet: 5C, 16 and 86. RGB value is (92,22,134). Sum of RGB (Red+Green+Blue) = 92+22+134=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #5C1686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1686 is #A3E979. Grayscale: #373737. Windows color (decimal): -10742138 or 8787548. OLE color: 8787548.

HSL color Cylindrical-coordinate representation of color #5C1686: hue angle of 277.5º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1686 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 22 134 -
CMYK 0.31 0.84 0 0.47
HSL 277.5º 0.72% 0.31% -
HSV(B) 277.5º 0.84% 0.53% -
XYZ 9 4.57 22.96 -
YUV 55.7 172.19 153.89 -
System Red Green Blue C M Y K H S L
Decimal 92 22 134 0.31 0.84 0 0.47 277.5 0.72 0.31
Hex 5C 16 86 1F 54 0 2F 116 48 1F
Octal 134 26 206 37 124 0 57 426 110 37
Binary 1011100 10110 10000110 11111 1010100 0 101111 100010110 1001000 11111

Color Harmonies of #5C1686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1686

Black with #5C1686

Text Example


Text Example

White with #5C1686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,22,134); }

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

background-color css

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

 a { background-color: rgb(92,22,134); }

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

border-color css

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

 span { border-color: rgb(92,22,134); }

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