Html Css Color HEX #5B1771 Seance

📋 copy color: '#5B1771'

red 91 ◦ green 23 ◦ blue 113

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

Shades of Seance #5B1771

Tints of Seance #5B1771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 40.09%
G = 10.13%
B = 49.78%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B1771 (or 0x5B1771) is known color: Seance. HEX triplet: 5B, 17 and 71. RGB value is (91,23,113). Sum of RGB (Red+Green+Blue) = 91+23+113=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B1771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1771 is #A4E88E. Grayscale: #353535. Windows color (decimal): -10807439 or 7411547. OLE color: 7411547.

HSL color Cylindrical-coordinate representation of color #5B1771: hue angle of 285.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B1771 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 23 113 -
CMYK 0.19 0.80 0 0.56
HSL 285.33º 0.66% 0.27% -
HSV(B) 285.33º 0.8% 0.44% -
XYZ 7.6 4.03 16 -
YUV 53.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 91 23 113 0.19 0.80 0 0.56 285.33 0.66 0.27
Hex 5B 17 71 13 50 0 38 11D 42 1B
Octal 133 27 161 23 120 0 70 435 102 33
Binary 1011011 10111 1110001 10011 1010000 0 111000 100011101 1000010 11011

Color Harmonies of #5B1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1771

Black with #5B1771

Text Example


Text Example

White with #5B1771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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