#5D276F

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

Shades of Seance #5D276F

Tints of Seance #5D276F

Color information

#5D276F (or 0x5D276F) is unknown color: approx Seance. HEX triplet: 5D, 27 and 6F. RGB value is (93,39,111). Sum of RGB (Red+Green+Blue) = 93+39+111=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #5D276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D276F is #A2D890. Grayscale: #3F3F3F. Windows color (decimal): -10672273 or 7284573. OLE color: 7284573.

HSL color Cylindrical-coordinate representation of color #5D276F: hue angle of 285º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D276F is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9339111-
CMYK0.160.6500.56
HSL285º48%29.41%-
HSV(B)285º64.86%43.53%-
XYZ8.114.9315.56-
YUV63.35154.89149.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.27%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=38.27%
G=16.05%
B=45.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93391110.160.6500.562854829.41
Hex5D276F104103811d301d
Octal13547157201010704356035
Binary10111011001111101111100001000001011100010001110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,39,111); }

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

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

 a { background-color: rgb(93,39,111); }

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

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

 span { border-color: rgb(93,39,111); }

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