Html Css Color HEX #5C087B Indigo

📋 copy color: '#5C087B'

red 92 ◦ green 8 ◦ blue 123

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

Shades of Indigo #5C087B

Tints of Indigo #5C087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 55.16%

R = 41.26%
G = 3.59%
B = 55.16%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5C087B (or 0x5C087B) is known color: Indigo. HEX triplet: 5C, 08 and 7B. RGB value is (92,8,123). Sum of RGB (Red+Green+Blue) = 92+8+123=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C087B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C087B is #A3F784. Grayscale: #2D2D2D. Windows color (decimal): -10745733 or 8063068. OLE color: 8063068.

HSL color Cylindrical-coordinate representation of color #5C087B: hue angle of 283.83º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C087B is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 92 8 123 -
CMYK 0.25 0.93 0 0.52
HSL 283.83º 0.88% 0.26% -
HSV(B) 283.83º 0.93% 0.48% -
XYZ 8.08 3.88 19.06 -
YUV 46.23 171.33 160.65 -
System Red Green Blue C M Y K H S L
Decimal 92 8 123 0.25 0.93 0 0.52 283.83 0.88 0.26
Hex 5C 8 7B 19 5D 0 34 11C 58 1A
Octal 134 10 173 31 135 0 64 434 130 32
Binary 1011100 1000 1111011 11001 1011101 0 110100 100011100 1011000 11010

Color Harmonies of #5C087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C087B

Black with #5C087B

Text Example


Text Example

White with #5C087B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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