#5C2E61

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

Shades of Seance #5C2E61

Tints of Seance #5C2E61

Color information

#5C2E61 (or 0x5C2E61) is unknown color: approx Seance. HEX triplet: 5C, 2E and 61. RGB value is (92,46,97). Sum of RGB (Red+Green+Blue) = 92+46+97=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #5C2E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2E61 is #A3D19E. Grayscale: #414141. Windows color (decimal): -10736031 or 6368860. OLE color: 6368860.

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

Color convert

RGB924697-
CMYK0.050.5300.62
HSL294.12º35.66%28.04%-
HSV(B)294.12º52.58%38.04%-
XYZ7.555.0911.89-
YUV65.57145.74146.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.15%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=39.15%
G=19.57%
B=41.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9246970.050.5300.62294.1235.6628.04
Hex5C2E6153503E126241c
Octal134561415650764464434
Binary10111001011101100001101110101011111010010011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,46,97); }

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

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

 a { background-color: rgb(92,46,97); }

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

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

 span { border-color: rgb(92,46,97); }

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