Html Css Color HEX #5B086C Indigo

📋 copy color: '#5B086C'

red 91 ◦ green 8 ◦ blue 108

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

Shades of Indigo #5B086C

Tints of Indigo #5B086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.17%

R = 43.96%
G = 3.86%
B = 52.17%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5B086C (or 0x5B086C) is known color: Indigo. HEX triplet: 5B, 08 and 6C. RGB value is (91,8,108). Sum of RGB (Red+Green+Blue) = 91+8+108=207 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.96% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B086C is #A4F793. Grayscale: #2B2B2B. Windows color (decimal): -10811284 or 7080027. OLE color: 7080027.

HSL color Cylindrical-coordinate representation of color #5B086C: hue angle of 289.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B086C is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 8 108 -
CMYK 0.16 0.93 0 0.58
HSL 289.8º 0.86% 0.23% -
HSV(B) 289.8º 0.93% 0.42% -
XYZ 7.11 3.48 14.48 -
YUV 44.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 91 8 108 0.16 0.93 0 0.58 289.8 0.86 0.23
Hex 5B 8 6C 10 5D 0 3A 122 56 17
Octal 133 10 154 20 135 0 72 442 126 27
Binary 1011011 1000 1101100 10000 1011101 0 111010 100100010 1010110 10111

Color Harmonies of #5B086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B086C

Black with #5B086C

Text Example


Text Example

White with #5B086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,8,108); }

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

background-color css

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

 a { background-color: rgb(91,8,108); }

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

border-color css

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

 span { border-color: rgb(91,8,108); }

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