#5D2566

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

Shades of Seance #5D2566

Tints of Seance #5D2566

Color information

#5D2566 (or 0x5D2566) is unknown color: approx Seance. HEX triplet: 5D, 25 and 66. RGB value is (93,37,102). Sum of RGB (Red+Green+Blue) = 93+37+102=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #5D2566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2566 is #A2DA99. Grayscale: #3C3C3C. Windows color (decimal): -10672794 or 6694237. OLE color: 6694237.

HSL color Cylindrical-coordinate representation of color #5D2566: hue angle of 291.69º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D2566 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9337102-
CMYK0.090.6400.6
HSL291.69º46.76%27.25%-
HSV(B)291.69º63.73%40%-
XYZ7.574.6113.06-
YUV61.15151.05150.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.09%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 102 (40.23% from 255) = 43.97%
R=40.09%
G=15.95%
B=43.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal93371020.090.6400.6291.6946.7627.25
Hex5D256694003C1242f1b
Octal13545146111000744445733
Binary1011101100101110011010011000000011110010010010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,37,102); }

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

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

 a { background-color: rgb(93,37,102); }

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

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

 span { border-color: rgb(93,37,102); }

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