#5F156D

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

Shades of Seance #5F156D

Tints of Seance #5F156D

Color information

#5F156D (or 0x5F156D) is unknown color: approx Seance. HEX triplet: 5F, 15 and 6D. RGB value is (95,21,109). Sum of RGB (Red+Green+Blue) = 95+21+109=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F156D is #A0EA92. Grayscale: #343434. Windows color (decimal): -10545811 or 7148895. OLE color: 7148895.

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

Color convert

RGB9521109-
CMYK0.130.8100.57
HSL290.45º67.69%25.49%-
HSV(B)290.45º80.73%42.75%-
XYZ7.754.0714.85-
YUV53.16159.52157.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.22%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=42.22%
G=9.33%
B=48.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95211090.130.8100.57290.4567.6925.49
Hex5F156DD510391224419
Octal137251551512107144210431
Binary1011111101011101101110110100010111001100100010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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