#5D2D6B

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

Shades of Seance #5D2D6B

Tints of Seance #5D2D6B

Color information

#5D2D6B (or 0x5D2D6B) is unknown color: approx Seance. HEX triplet: 5D, 2D and 6B. RGB value is (93,45,107). Sum of RGB (Red+Green+Blue) = 93+45+107=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #5D2D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2D6B is #A2D294. Grayscale: #424242. Windows color (decimal): -10670741 or 7023965. OLE color: 7023965.

HSL color Cylindrical-coordinate representation of color #5D2D6B: hue angle of 286.45º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D2D6B is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9345107-
CMYK0.130.5800.58
HSL286.45º40.79%29.8%-
HSV(B)286.45º57.94%41.96%-
XYZ8.115.2714.5-
YUV66.42150.9146.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.96%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=37.96%
G=18.37%
B=43.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93451070.130.5800.58286.4540.7929.8
Hex5D2D6BD3A03A11e291e
Octal1355515315720724365136
Binary101110110110111010111101111010011101010001111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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