#5D2D68

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

Shades of Seance #5D2D68

Tints of Seance #5D2D68

Color information

#5D2D68 (or 0x5D2D68) is unknown color: approx Seance. HEX triplet: 5D, 2D and 68. RGB value is (93,45,104). Sum of RGB (Red+Green+Blue) = 93+45+104=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #5D2D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2D68 is #A2D297. Grayscale: #414141. Windows color (decimal): -10670744 or 6827357. OLE color: 6827357.

HSL color Cylindrical-coordinate representation of color #5D2D68: hue angle of 288.81º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D2D68 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9345104-
CMYK0.110.5700.59
HSL288.81º39.6%29.22%-
HSV(B)288.81º56.73%40.78%-
XYZ7.955.213.68-
YUV66.08149.4147.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.43%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=38.43%
G=18.60%
B=42.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal93451040.110.5700.59288.8139.629.22
Hex5D2D68B3903B121281d
Octal1355515013710734415035
Binary101110110110111010001011111001011101110010000110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,45,104); }

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

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

 a { background-color: rgb(93,45,104); }

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

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

 span { border-color: rgb(93,45,104); }

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