Html Css Color HEX #5C089D Indigo

📋 copy color: '#5C089D'

red 92 ◦ green 8 ◦ blue 157

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

Shades of Indigo #5C089D

Tints of Indigo #5C089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 35.8%
G = 3.11%
B = 61.09%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C089D (or 0x5C089D) is known color: Indigo. HEX triplet: 5C, 08 and 9D. RGB value is (92,8,157). Sum of RGB (Red+Green+Blue) = 92+8+157=257 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.80% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C089D is #A3F762. Grayscale: #313131. Windows color (decimal): -10745699 or 10291292. OLE color: 10291292.

HSL color Cylindrical-coordinate representation of color #5C089D: hue angle of 273.83º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C089D is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 8 157 -
CMYK 0.41 0.95 0 0.38
HSL 273.83º 0.9% 0.32% -
HSV(B) 273.83º 0.95% 0.62% -
XYZ 10.59 4.88 32.28 -
YUV 50.1 188.33 157.88 -
System Red Green Blue C M Y K H S L
Decimal 92 8 157 0.41 0.95 0 0.38 273.83 0.9 0.32
Hex 5C 8 9D 29 5F 0 26 112 5A 20
Octal 134 10 235 51 137 0 46 422 132 40
Binary 1011100 1000 10011101 101001 1011111 0 100110 100010010 1011010 100000

Color Harmonies of #5C089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C089D

Black with #5C089D

Text Example


Text Example

White with #5C089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,8,157); }

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

background-color css

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

 a { background-color: rgb(92,8,157); }

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

border-color css

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

 span { border-color: rgb(92,8,157); }

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