Html Css Color HEX #5B059D Indigo

📋 copy color: '#5B059D'

red 91 ◦ green 5 ◦ blue 157

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

Shades of Indigo #5B059D

Tints of Indigo #5B059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 35.97%
G = 1.98%
B = 62.06%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B059D (or 0x5B059D) is known color: Indigo. HEX triplet: 5B, 05 and 9D. RGB value is (91,5,157). Sum of RGB (Red+Green+Blue) = 91+5+157=253 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.97% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B059D is #A4FA62. Grayscale: #2F2F2F. Windows color (decimal): -10812003 or 10290523. OLE color: 10290523.

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

Color convert

RGB 91 5 157 -
CMYK 0.42 0.97 0 0.38
HSL 273.95º 0.94% 0.32% -
HSV(B) 273.95º 0.97% 0.62% -
XYZ 10.45 4.77 32.27 -
YUV 48.04 189.49 158.64 -
System Red Green Blue C M Y K H S L
Decimal 91 5 157 0.42 0.97 0 0.38 273.95 0.94 0.32
Hex 5B 5 9D 2A 61 0 26 112 5E 20
Octal 133 5 235 52 141 0 46 422 136 40
Binary 1011011 101 10011101 101010 1100001 0 100110 100010010 1011110 100000

Color Harmonies of #5B059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B059D

Black with #5B059D

Text Example


Text Example

White with #5B059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,157); }

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

background-color css

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

 a { background-color: rgb(91,5,157); }

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

border-color css

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

 span { border-color: rgb(91,5,157); }

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