Html Css Color HEX #5B136F Indigo

📋 copy color: '#5B136F'

red 91 ◦ green 19 ◦ blue 111

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

Shades of Indigo #5B136F

Tints of Indigo #5B136F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 111 (43.75% from 255) = 50.23%

R = 41.18%
G = 8.6%
B = 50.23%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B136F (or 0x5B136F) is known color: Indigo. HEX triplet: 5B, 13 and 6F. RGB value is (91,19,111). Sum of RGB (Red+Green+Blue) = 91+19+111=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B136F is #A4EC90. Grayscale: #323232. Windows color (decimal): -10808465 or 7279451. OLE color: 7279451.

HSL color Cylindrical-coordinate representation of color #5B136F: hue angle of 286.96º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B136F is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 19 111 -
CMYK 0.18 0.83 0 0.56
HSL 286.96º 0.71% 0.25% -
HSV(B) 286.96º 0.83% 0.44% -
XYZ 7.42 3.84 15.39 -
YUV 51.02 161.85 156.52 -
System Red Green Blue C M Y K H S L
Decimal 91 19 111 0.18 0.83 0 0.56 286.96 0.71 0.25
Hex 5B 13 6F 12 53 0 38 11F 47 19
Octal 133 23 157 22 123 0 70 437 107 31
Binary 1011011 10011 1101111 10010 1010011 0 111000 100011111 1000111 11001

Color Harmonies of #5B136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B136F

Black with #5B136F

Text Example


Text Example

White with #5B136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,19,111); }

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

background-color css

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

 a { background-color: rgb(91,19,111); }

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

border-color css

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

 span { border-color: rgb(91,19,111); }

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