Html Css Color HEX #5B156D Seance

📋 copy color: '#5B156D'

red 91 ◦ green 21 ◦ blue 109

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

Shades of Seance #5B156D

Tints of Seance #5B156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

 BLUE value IS 109 (42.97% from 255) = 49.32%

R = 41.18%
G = 9.5%
B = 49.32%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B156D (or 0x5B156D) is known color: Seance. HEX triplet: 5B, 15 and 6D. RGB value is (91,21,109). Sum of RGB (Red+Green+Blue) = 91+21+109=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B156D is #A4EA92. Grayscale: #333333. Windows color (decimal): -10807955 or 7148891. OLE color: 7148891.

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

Color convert

RGB 91 21 109 -
CMYK 0.17 0.81 0 0.57
HSL 287.73º 0.68% 0.25% -
HSV(B) 287.73º 0.81% 0.43% -
XYZ 7.34 3.86 14.83 -
YUV 51.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 91 21 109 0.17 0.81 0 0.57 287.73 0.68 0.25
Hex 5B 15 6D 11 51 0 39 120 44 19
Octal 133 25 155 21 121 0 71 440 104 31
Binary 1011011 10101 1101101 10001 1010001 0 111001 100100000 1000100 11001

Color Harmonies of #5B156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B156D

Black with #5B156D

Text Example


Text Example

White with #5B156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,21,109); }

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

background-color css

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

 a { background-color: rgb(91,21,109); }

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

border-color css

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

 span { border-color: rgb(91,21,109); }

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