#5D3662

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

Shades of Seance #5D3662

Tints of Seance #5D3662

Color information

#5D3662 (or 0x5D3662) is unknown color: approx Seance. HEX triplet: 5D, 36 and 62. RGB value is (93,54,98). Sum of RGB (Red+Green+Blue) = 93+54+98=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #5D3662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3662 is #A2C99D. Grayscale: #464646. Windows color (decimal): -10668446 or 6436445. OLE color: 6436445.

HSL color Cylindrical-coordinate representation of color #5D3662: hue angle of 293.18º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D3662 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB935498-
CMYK0.050.4500.62
HSL293.18º28.95%29.8%-
HSV(B)293.18º44.9%38.43%-
XYZ8.045.8512.26-
YUV70.68143.42143.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.96%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 98 (38.67% from 255) = 40%
R=37.96%
G=22.04%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9354980.050.4500.62293.1828.9529.8
Hex5D366252D03E1251d1e
Octal135661425550764453536
Binary1011101110110110001010110110101111101001001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,54,98); }

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

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

 a { background-color: rgb(93,54,98); }

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

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

 span { border-color: rgb(93,54,98); }

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