#5C3263

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

Shades of Seance #5C3263

Tints of Seance #5C3263

Color information

#5C3263 (or 0x5C3263) is unknown color: approx Seance. HEX triplet: 5C, 32 and 63. RGB value is (92,50,99). Sum of RGB (Red+Green+Blue) = 92+50+99=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 99 (39.06% from 255 or 41.08% from 241); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C3263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3263 is #A3CD9C. Grayscale: #434343. Windows color (decimal): -10735005 or 6500956. OLE color: 6500956.

HSL color Cylindrical-coordinate representation of color #5C3263: hue angle of 291.43º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C3263 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB925099-
CMYK0.070.4900.61
HSL291.43º32.89%29.22%-
HSV(B)291.43º49.49%38.82%-
XYZ7.815.4612.45-
YUV68.14145.41145.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.17%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 99 (39.06% from 255) = 41.08%
R=38.17%
G=20.75%
B=41.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9250990.070.4900.61291.4332.8929.22
Hex5C326373103D123211d
Octal134621437610754434135
Binary10111001100101100011111110001011110110010001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,50,99); }

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

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

 a { background-color: rgb(92,50,99); }

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

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

 span { border-color: rgb(92,50,99); }

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