Html Css Color HEX #5C0892 Indigo

📋 copy color: '#5C0892'

red 92 ◦ green 8 ◦ blue 146

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

Shades of Indigo #5C0892

Tints of Indigo #5C0892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.35%

R = 37.4%
G = 3.25%
B = 59.35%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5C0892 (or 0x5C0892) is known color: Indigo. HEX triplet: 5C, 08 and 92. RGB value is (92,8,146). Sum of RGB (Red+Green+Blue) = 92+8+146=246 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.40% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C0892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0892 is #A3F76D. Grayscale: #303030. Windows color (decimal): -10745710 or 9570396. OLE color: 9570396.

HSL color Cylindrical-coordinate representation of color #5C0892: hue angle of 276.52º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0892 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 8 146 -
CMYK 0.37 0.95 0 0.43
HSL 276.52º 0.9% 0.3% -
HSV(B) 276.52º 0.95% 0.57% -
XYZ 9.69 4.52 27.56 -
YUV 48.85 182.83 158.78 -
System Red Green Blue C M Y K H S L
Decimal 92 8 146 0.37 0.95 0 0.43 276.52 0.9 0.3
Hex 5C 8 92 25 5F 0 2B 115 5A 1E
Octal 134 10 222 45 137 0 53 425 132 36
Binary 1011100 1000 10010010 100101 1011111 0 101011 100010101 1011010 11110

Color Harmonies of #5C0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0892

Black with #5C0892

Text Example


Text Example

White with #5C0892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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