#5D1970

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

Shades of Seance #5D1970

Tints of Seance #5D1970

Color information

#5D1970 (or 0x5D1970) is unknown color: approx Seance. HEX triplet: 5D, 19 and 70. RGB value is (93,25,112). Sum of RGB (Red+Green+Blue) = 93+25+112=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D1970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1970 is #A2E68F. Grayscale: #363636. Windows color (decimal): -10675856 or 7346525. OLE color: 7346525.

HSL color Cylindrical-coordinate representation of color #5D1970: hue angle of 286.9º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D1970 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9325112-
CMYK0.170.7800.56
HSL286.9º63.5%26.86%-
HSV(B)286.9º77.68%43.92%-
XYZ7.794.1915.73-
YUV55.25160.03154.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.43%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=40.43%
G=10.87%
B=48.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93251120.170.7800.56286.963.526.86
Hex5D1970114E03811f401b
Octal135311602111607043710033
Binary10111011100111100001000110011100111000100011111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,25,112); }

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

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

 a { background-color: rgb(93,25,112); }

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

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

 span { border-color: rgb(93,25,112); }

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