Html Css Color HEX #5B177B Indigo

📋 copy color: '#5B177B'

red 91 ◦ green 23 ◦ blue 123

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

Shades of Indigo #5B177B

Tints of Indigo #5B177B

RGB

 RED value IS 91 (35.94% from 255) = 38.4%

 GREEN value IS 23 (9.38% from 255) = 9.7%

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

R = 38.4%
G = 9.7%
B = 51.9%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5B177B (or 0x5B177B) is known color: Indigo. HEX triplet: 5B, 17 and 7B. RGB value is (91,23,123). Sum of RGB (Red+Green+Blue) = 91+23+123=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B177B is #A4E884. Grayscale: #363636. Windows color (decimal): -10807429 or 8066907. OLE color: 8066907.

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

Color convert

RGB 91 23 123 -
CMYK 0.26 0.81 0 0.52
HSL 280.8º 0.68% 0.29% -
HSV(B) 280.8º 0.81% 0.48% -
XYZ 8.2 4.27 19.13 -
YUV 54.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 91 23 123 0.26 0.81 0 0.52 280.8 0.68 0.29
Hex 5B 17 7B 1A 51 0 34 119 44 1D
Octal 133 27 173 32 121 0 64 431 104 35
Binary 1011011 10111 1111011 11010 1010001 0 110100 100011001 1000100 11101

Color Harmonies of #5B177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B177B

Black with #5B177B

Text Example


Text Example

White with #5B177B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,23,123); }

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

background-color css

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

 a { background-color: rgb(91,23,123); }

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

border-color css

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

 span { border-color: rgb(91,23,123); }

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