#5f296e

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

Shades of Seance #5F296E

Tints of Seance #5F296E

Color information

#5F296E (or 0x5F296E) is unknown color: approx Seance. HEX triplet: 5F, 29 and 6E. RGB value is (95,41,110). Sum of RGB (Red+Green+Blue) = 95+41+110=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F296E is #A0D691. Grayscale: #404040. Windows color (decimal): -10540690 or 7219551. OLE color: 7219551.

HSL color Cylindrical-coordinate representation of color #5F296E: hue angle of 286.96º 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 #5F296E is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9541110-
CMYK0.140.6300.57
HSL286.96º45.7%29.61%-
HSV(B)286.96º62.73%43.14%-
XYZ8.335.1415.31-
YUV65.01153.39149.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.62%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=38.62%
G=16.67%
B=44.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95411100.140.6300.57286.9645.729.61
Hex5F296EE3F03911f2e1e
Octal1375115616770714375636
Binary101111110100111011101110111111011100110001111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f296e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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