#5D296E

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

Shades of Seance #5D296E

Tints of Seance #5D296E

Color information

#5D296E (or 0x5D296E) is unknown color: approx Seance. HEX triplet: 5D, 29 and 6E. RGB value is (93,41,110). Sum of RGB (Red+Green+Blue) = 93+41+110=244 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.11% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D296E is #A2D691. Grayscale: #404040. Windows color (decimal): -10671762 or 7219549. OLE color: 7219549.

HSL color Cylindrical-coordinate representation of color #5D296E: hue angle of 285.22º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D296E is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9341110-
CMYK0.150.6300.57
HSL285.22º45.7%29.61%-
HSV(B)285.22º62.73%43.14%-
XYZ8.125.0415.3-
YUV64.41153.73148.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.11%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 110 (43.36% from 255) = 45.08%
R=38.11%
G=16.80%
B=45.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93411100.150.6300.57285.2245.729.61
Hex5D296EF3F03911d2e1e
Octal1355115617770714355636
Binary101110110100111011101111111111011100110001110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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