#5D2961

Color #5D2961 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #5D2961

Tints of Seance #5D2961

Color information

#5D2961 (or 0x5D2961) is unknown color: approx Seance. HEX triplet: 5D, 29 and 61. RGB value is (93,41,97). Sum of RGB (Red+Green+Blue) = 93+41+97=231 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.26% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D2961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2961 is #A2D69E. Grayscale: #3E3E3E. Windows color (decimal): -10671775 or 6367581. OLE color: 6367581.

HSL color Cylindrical-coordinate representation of color #5D2961: hue angle of 295.71º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D2961 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB934197-
CMYK0.040.5800.62
HSL295.71º40.58%27.06%-
HSV(B)295.71º57.73%38.04%-
XYZ7.464.7811.84-
YUV62.93147.23149.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.26%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=40.26%
G=17.75%
B=41.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9341970.040.5800.62295.7140.5827.06
Hex5D296143A03E128291b
Octal135511414720764505133
Binary10111011010011100001100111010011111010010100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,41,97); }

 H1.HeaderClassName
 {
   color: #5D2961;
 }
 .AnyTagClassName
 {
   color: #5D2961;
 }
</style>
background-color css

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

 a { background-color: rgb(93,41,97); }

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

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

 span { border-color: rgb(93,41,97); }

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