Html Css Color HEX #5B096E Indigo

📋 copy color: '#5B096E'

red 91 ◦ green 9 ◦ blue 110

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

Shades of Indigo #5B096E

Tints of Indigo #5B096E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.29%

 BLUE value IS 110 (43.36% from 255) = 52.38%

R = 43.33%
G = 4.29%
B = 52.38%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B096E (or 0x5B096E) is known color: Indigo. HEX triplet: 5B, 09 and 6E. RGB value is (91,9,110). Sum of RGB (Red+Green+Blue) = 91+9+110=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B096E is #A4F691. Grayscale: #2C2C2C. Windows color (decimal): -10811026 or 7211355. OLE color: 7211355.

HSL color Cylindrical-coordinate representation of color #5B096E: hue angle of 288.71º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B096E is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 9 110 -
CMYK 0.17 0.92 0 0.57
HSL 288.71º 0.85% 0.23% -
HSV(B) 288.71º 0.92% 0.43% -
XYZ 7.23 3.55 15.06 -
YUV 45.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 91 9 110 0.17 0.92 0 0.57 288.71 0.85 0.23
Hex 5B 9 6E 11 5C 0 39 121 55 17
Octal 133 11 156 21 134 0 71 441 125 27
Binary 1011011 1001 1101110 10001 1011100 0 111001 100100001 1010101 10111

Color Harmonies of #5B096E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B096E

Black with #5B096E

Text Example


Text Example

White with #5B096E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,9,110); }

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

background-color css

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

 a { background-color: rgb(91,9,110); }

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

border-color css

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

 span { border-color: rgb(91,9,110); }

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